spiegel_podman/pkg/bindings/test
Daniel J Walsh db23e12611
Add support for external container
External containers are containers created outside of Podman.
For example Buildah and CRI-O Containers.

$ buildah from alpine
alpine-working-container
$ buildah run alpine-working-container touch /test
$ podman container exists --external alpine-working-container

$ podman container diff alpine-working-container
C /etc
A /test

Added --external flag to refer to external containers, rather then --storage.

Added --external for podman container exists and modified podman ps to use
--external rather then --storage.  It was felt that --storage would confuse
the user into thinking about changing the storage driver or options.

--storage is still supported through the use of aliases.

Finally podman contianer diff, does not require the --external flag, since it
there is little change of users making the mistake, and would just be a pain
for the user to remember the flag.

podman container exists --external is required because it could fool scripts
that rely on the existance of a Podman container, and there is a potential
for a partial deletion of a container, which could mess up existing users.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-10-15 09:51:31 -04:00
..
attach_test.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
auth_test.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
common_test.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
containers_test.go Add support for external container 2020-10-15 09:51:31 -04:00
create_test.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
exec_test.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
images_test.go Restore 'id' stanza in pull results 2020-09-21 08:51:52 -07:00
info_test.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
manifests_test.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
pods_test.go Ensure pod infra containers have an exit command 2020-08-13 14:03:57 -04:00
system_test.go Fix up errors found by codespell 2020-09-11 06:14:25 -04:00
test_suite_test.go WIP V2 attach bindings and test 2020-05-13 11:49:17 -07:00
volumes_test.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00