automation-tests/pkg/domain/entities
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
..
auto-update.go auto-update: support authfiles 2020-05-12 10:20:48 +02:00
container_ps.go Add the Status field in the ps --format=json 2020-08-11 13:47:54 +08:00
containers.go Add support for external container 2020-10-15 09:51:31 -04:00
engine.go Add global options --runtime-flags 2020-09-04 15:04:36 -04:00
engine_container.go Add support for external container 2020-10-15 09:51:31 -04:00
engine_image.go Add podman image mount 2020-07-28 10:27:44 -04:00
engine_system.go Adds tunnel routes for system reset. 2020-05-11 17:03:32 -04:00
events.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
filters.go Fix Id->ID where possible for lint 2020-06-10 05:49:41 -04:00
generate.go APIv2 add generate systemd endpoint 2020-09-02 22:06:19 +02:00
healthcheck.go podmanv2 enable healthcheck run 2020-03-29 18:48:29 -05:00
images.go Search repository tags using --list-tags 2020-10-09 11:49:46 -04:00
manifest.go Extend flags of `manifest add` 2020-09-09 12:33:11 +02:00
network.go filter option added to network ls command. 2020-05-20 02:53:47 +00:00
play.go Enable k8s configmaps as flags for play kube 2020-10-07 08:54:24 -06:00
pods.go Add support for slirp network for pods 2020-09-25 21:34:23 -04:00
set.go Fix Id->ID where possible for lint 2020-06-10 05:49:41 -04:00
system.go Fix system df inconsistent 2020-09-04 11:11:39 -04:00
types.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
volumes.go Volume prune should not pass down the force flag 2020-10-01 06:32:57 -04:00