In window 1:
$ ./bin/podman system service --timeout=0
In window 2:
$ ./bin/podman-remote run -v /myvol alpine date
Tue Jul 28 21:22:16 UTC 2020
$ ./bin/podman-remote rm -a --volumes
9f3ca8048c2c627be3d828071b543b6557613715ded72be65a4dc480983b3c85
$ ./bin/podman-remote volume ls
DRIVER VOLUME NAME
local f652d1def911a5580319f9ced3c77eef98a0f659eefb755acd9ece2ef7a3d887
With non-remote podman, the final volume ls produces empty results. It is not a race condition, the volume persists until manually removed with podman volume rm -a.
In window 1:
$ ./bin/podman system service --timeout=0In window 2:
With non-remote podman, the final
volume lsproduces empty results. It is not a race condition, the volume persists until manually removed withpodman volume rm -a.