spiegel_podman/cmd/podman/containers
Valentin Rothberg adcb3a7a60 remote copy
Implement `podman-remote cp` and break out the logic from the previously
added `pkg/copy` into it's basic building blocks and move them up into
the `ContainerEngine` interface and `cmd/podman`.

The `--pause` and `--extract` flags are now deprecated and turned into
nops.

Note that this commit is vendoring a non-release version of Buildah to
pull in updates to the copier package.

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2020-12-18 12:08:49 +01:00
..
attach.go Add shell completion with cobra 2020-11-12 11:38:31 +01:00
checkpoint.go Add shell completion with cobra 2020-11-12 11:38:31 +01:00
cleanup.go Add shell completion with cobra 2020-11-12 11:38:31 +01:00
commit.go Add system test for shell completion 2020-12-09 19:13:28 +01:00
container.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
cp.go remote copy 2020-12-18 12:08:49 +01:00
create.go Add support for --platform 2020-11-26 06:08:11 -05:00
diff.go Add shell completion with cobra 2020-11-12 11:38:31 +01:00
exec.go Add system test for shell completion 2020-12-09 19:13:28 +01:00
exists.go Add shell completion with cobra 2020-11-12 11:38:31 +01:00
export.go Add shell completion with cobra 2020-11-12 11:38:31 +01:00
init.go Add shell completion with cobra 2020-11-12 11:38:31 +01:00
inspect.go Add shell completion with cobra 2020-11-12 11:38:31 +01:00
kill.go Add shell completion with cobra 2020-11-12 11:38:31 +01:00
list.go Add shell completion with cobra 2020-11-12 11:38:31 +01:00
logs.go podman logs honor stderr correctly 2020-12-10 22:24:43 +01:00
mount.go Add shell completion with cobra 2020-11-12 11:38:31 +01:00
pause.go Add shell completion with cobra 2020-11-12 11:38:31 +01:00
port.go Add system test for shell completion 2020-12-09 19:13:28 +01:00
prune.go Repeat system pruning until there is nothing removed 2020-12-09 06:17:28 -05:00
ps.go Merge pull request #8427 from rhatdan/ps 2020-12-01 14:40:18 +01:00
restart.go Add shell completion with cobra 2020-11-12 11:38:31 +01:00
restore.go Add shell completion with cobra 2020-11-12 11:38:31 +01:00
rm.go Add shell completion with cobra 2020-11-12 11:38:31 +01:00
run.go podman: drop checking valid rootless UID 2020-12-11 15:43:33 +01:00
runlabel.go Add system test for shell completion 2020-12-09 19:13:28 +01:00
start.go Improve the shell completion api 2020-11-16 16:14:42 +01:00
stats.go Add shell completion with cobra 2020-11-12 11:38:31 +01:00
stop.go Add shell completion with cobra 2020-11-12 11:38:31 +01:00
top.go Implement shell completion for podman top 2020-11-23 23:45:33 +01:00
unmount.go Add shell completion with cobra 2020-11-12 11:38:31 +01:00
unpause.go Add shell completion with cobra 2020-11-12 11:38:31 +01:00
utils.go Podman V2 birth 2020-04-16 15:53:58 -05:00
wait.go Add shell completion with cobra 2020-11-12 11:38:31 +01:00