spiegel_podman/cmd/podman/containers
Daniel J Walsh 581afbb86f
Show c/storage (Buildah/CRI-O) containers in ps
The `podman ps --all` command will now show containers that
are under the control of other c/storage container systems and
the new `ps --storage` option will show only containers that are
in c/storage but are not controlled by libpod.

In the below examples, the '*working-container' entries were created
by Buildah.

```
podman ps -a
CONTAINER ID  IMAGE                             COMMAND  CREATED       STATUS                   PORTS  NAMES
9257ef8c786c  docker.io/library/busybox:latest  ls /etc  8 hours ago   Exited (0) 8 hours ago          gifted_jang
d302c81856da  docker.io/library/busybox:latest  buildah  30 hours ago  storage                         busybox-working-container
7a5a7b099d33  localhost/tom:latest              ls -alF  30 hours ago  Exited (0) 30 hours ago         hopeful_hellman
01d601fca090  localhost/tom:latest              ls -alf  30 hours ago  Exited (1) 30 hours ago         determined_panini
ee58f429ff26  localhost/tom:latest              buildah  33 hours ago  storage                         alpine-working-container

podman ps --external
CONTAINER ID  IMAGE                             COMMAND  CREATED       STATUS    PORTS  NAMES
d302c81856da  docker.io/library/busybox:latest  buildah  30 hours ago  external         busybox-working-container
ee58f429ff26  localhost/tom:latest              buildah  33 hours ago  external         alpine-working-container

```
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-09-09 06:10:02 -04:00
..
attach.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
checkpoint.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
cleanup.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
commit.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
container.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
cp.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
create.go Add support for variant when pulling images 2020-08-28 09:36:11 -04:00
diff.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
exec.go validate fds --preserve-fds 2020-08-04 15:09:17 -04:00
exists.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
export.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
init.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
inspect.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
kill.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
list.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
logs.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
mount.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
pause.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
port.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
prune.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
ps.go Show c/storage (Buildah/CRI-O) containers in ps 2020-09-09 06:10:02 -04:00
restart.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
restore.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
rm.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
run.go Add support for variant when pulling images 2020-08-28 09:36:11 -04:00
runlabel.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
start.go implement the exitcode when start a container with attach 2020-08-03 21:40:06 +08:00
stats.go fix swapped mem_usage/percent fields 2020-07-30 22:36:59 +02:00
stop.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
top.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
unmount.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
unpause.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
utils.go Podman V2 birth 2020-04-16 15:53:58 -05:00
wait.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00