podman/pkg/api/handlers/compat
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
..
changes.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
containers.go Jira RUN-1106 Container handlers updates 2020-12-03 13:49:22 -07:00
containers_archive.go remote copy 2020-12-18 12:08:49 +01:00
containers_attach.go Fixes remote attach and exec to signal IdleTracker 2020-10-05 10:40:23 -07:00
containers_create.go Fix Wrong image tag is used when creating a container from an image with multiple tags 2020-12-11 20:02:41 +08:00
containers_export.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
containers_logs.go Add EOL to compat container logs 2020-10-21 16:21:28 +02:00
containers_pause.go Jira RUN-1106 Container handlers updates 2020-12-03 13:49:22 -07:00
containers_prune.go Align the podman ps --filter behavior with docker 2020-11-18 11:36:06 +01:00
containers_restart.go Jira RUN-1106 Container handlers updates 2020-12-03 13:49:22 -07:00
containers_start.go Jira RUN-1106 Container handlers updates 2020-12-03 13:49:22 -07:00
containers_stats.go Lowercase some errors 2020-10-05 15:56:44 -07:00
containers_stop.go Jira RUN-1106 Container handlers updates 2020-12-03 13:49:22 -07:00
containers_top.go Lowercase some errors 2020-10-05 15:56:44 -07:00
containers_unpause.go Jira RUN-1106 Container handlers updates 2020-12-03 13:49:22 -07:00
events.go misc bindings to podman v3 2020-12-17 09:40:51 -06:00
exec.go Fixes remote attach and exec to signal IdleTracker 2020-10-05 10:40:23 -07:00
images.go Clean up temporary file. 2020-12-15 16:07:43 +01:00
images_build.go Honor the --layers flag 2020-12-09 08:31:36 -05:00
images_history.go Lowercase some errors 2020-10-05 15:56:44 -07:00
images_push.go Jira RUN-1106 Image handlers updates 2020-12-03 16:11:17 -07:00
images_remove.go Lowercase some errors 2020-10-05 15:56:44 -07:00
images_save.go Refactor handler packages 2020-03-10 08:03:41 -07:00
images_search.go Docker compat API - /images/search returns wrong structure (#7857) 2020-12-17 12:50:44 +01:00
images_tag.go Lowercase some errors 2020-10-05 15:56:44 -07:00
info.go [WIP] Docker compat API fixes 2020-11-23 17:45:24 +01:00
networks.go Fix some network compat api problems 2020-12-11 14:16:05 +01:00
ping.go Jira RUN-1106 System handlers updates 2020-12-05 16:41:57 -07:00
resize.go Lowercase some errors 2020-10-05 15:56:44 -07:00
swagger.go APIv2 compatibility network connect|disconnect 2020-10-22 08:20:28 -05:00
system.go Jira RUN-1106 System handlers updates 2020-12-05 16:41:57 -07:00
types.go V2 verify JSON output is consistent and doesn't drift 2020-05-28 16:20:29 -07:00
unsupported.go Update CI tests to run python docker library against API 2020-11-09 10:45:54 -07:00
version.go Lowercase some errors 2020-10-05 15:56:44 -07:00
volumes.go Add volume prune --filter support 2020-12-12 20:07:04 -06:00