Docker image prune -a command not reclaiming any space
docker container ls
shows only running containers. Use docker container ls -a
to show running and stopped containers. (Docs)
Now you should see the containers that still exist.
docker container ls
shows only running containers. Use docker container ls -a
to show running and stopped containers. (Docs)
Now you should see the containers that still exist.