When I run rootless
containers as a non-root user, I can see them with podman ps -a
as that user.
However, I don't see those containers when I login as root
to the system and run podman ps -a
.
Is there a way for the root
user to view all containers that are running, no matter which user has started them?
Note: I have tried setting the --root
option to Podman, without success
# podman --root ~username/.local/share/containers/storage ps -a
Error: error creating libpod runtime: database libpod temporary files directory (tmpdir) "/run/user/1000/libpod/tmp" does not match our libpod temporary files directory (tmpdir) "/var/run/libpod": database configuration mismatch