Remover imagenes
Ejecutar
stop all containers
docker stop $(docker ps -a -q)
remove all containers
docker rm $(docker ps -a -q)
remove all images
docker rmi -f $(docker images -a -q)Ver las imagenes
Last updated
Was this helpful?
Ejecutar
stop all containers
docker stop $(docker ps -a -q)
remove all containers
docker rm $(docker ps -a -q)
remove all images
docker rmi -f $(docker images -a -q)Ver las imagenes
Last updated
Was this helpful?
Was this helpful?
docker images -a