Delete container using libpod API #25657
ruspaul013
started this conversation in
General
Replies: 1 comment 4 replies
-
Looking at our code the libpod API requires the use of |
Beta Was this translation helpful? Give feedback.
4 replies
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.
-
Hello!
I saw a difference between libpod API and docker API. I am trying to delete the container and the anonymous volumes.
I am running a small example here.
This is the image that I used:
build the image
create two container using this command
After the containers are created, check to see if the volumes are created
To delte the container use:
libpod API
docker API
Now check again the volumes and see that only one volume is deleted. Is there a difference beetween this two or is a bug?
Podman version:
Beta Was this translation helpful? Give feedback.
All reactions