This will clean the mess up.
sudo docker system prune -af
But sometimes that’s not enough. The following will nuke all your images and reclaim your space.
sudo service docker stop sudo rm -rf /var/lib/docker sudo service docker start
This will clean the mess up.
sudo docker system prune -af
But sometimes that’s not enough. The following will nuke all your images and reclaim your space.
sudo service docker stop sudo rm -rf /var/lib/docker sudo service docker start
© 2021 88plug.
Leave a Reply