qucik question:how to use some podman features #16909
devdailytester
started this conversation in
General
Replies: 2 comments 3 replies
-
This looks like the remants of a buildah or some container in container-storage created by a tool outside of podman. podman ps --all --external Should show it. $ podman rm --storage --all Should remove it. |
Beta Was this translation helpful? Give feedback.
2 replies
-
podman rm 07784000404bd3348ae4171f414c69710f3f470340d0a3c4f396b8268c1ee4a6 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i tried to use podman and i created a container.
however i dont know how to stop, it and it seems like a container created by toolbox cannot be stopped by podman?
Also how do I find out where is the container created stored?
I tried>
$ podman stop -a
07784000404bd3348ae4171f414c69710f3f470340d0a3c4f396b8268c1ee4a6
fa66d5e7fe95dd7c650a1be397964cdcb356bbd1a16aeeabc2d67542d047594b
[a@fedora Xyz]$ podman rmi 2110dbbc33d2
Error: Image used by 07784000404bd3348ae4171f414c69710f3f470340d0a3c4f396b8268c1ee4a6: image is in use by a container
extra log:
$ podman pod stop -a
$ podman rmi 2110dbbc33d2
Error: Image used by 07784000404bd3348ae4171f414c69710f3f470340d0a3c4f396b8268c1ee4a6: image is in use by a container
$ podman ps -ap
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES POD ID PODNAME
07784000404b registry.fedoraproject.org/fedora-toolbox:36 toolbox --log-lev... 25 hours ago Created fedora-toolbox-36
fa66d5e7fe95 registry.fedoraproject.org/fedora:latest ls Less than a second ago Created busy_mcnulty
Beta Was this translation helpful? Give feedback.
All reactions