Audrey01
0
Q:

docker remove

$ docker rm $(docker ps -a -q)
2
docker container rm $(docker container ls –aq)
docker container stop $(docker container ls –aq) && docker system prune –af ––volumes
2
docker image rm [OPTIONS] IMAGE [IMAGE...]
#[OPTIONS]
--force , -f		Force removal of the image
--no-prune		Do not delete untagged parents
6
docker container rm [container id]
3
docker rm -f [containerid]
2
docker system prune
2
cheat sheet

https://github.com/lifeeric/docker-cheat-sheet
0

New to Communities?

Join the community