Skip to content

Instantly share code, notes, and snippets.

@matheusramos
Created March 27, 2018 22:00
Show Gist options
  • Save matheusramos/b134de1a3c46a8d243f3840a84183011 to your computer and use it in GitHub Desktop.
Save matheusramos/b134de1a3c46a8d243f3840a84183011 to your computer and use it in GitHub Desktop.
Clean everything dockers
sudo docker rmi $(sudo docker images -qa)
sudo docker rm -vf $(sudo docker ps -aq)
sudo docker rmi -f $(sudo docker images -aq)
sudo docker volume prune -f
sudo docker system prune -af
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment