Skip to content

Instantly share code, notes, and snippets.

@hisplan
Created January 25, 2020 21:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hisplan/ec66b0a7d212b4e374ee3f5cb6c1046a to your computer and use it in GitHub Desktop.
Save hisplan/ec66b0a7d212b4e374ee3f5cb6c1046a to your computer and use it in GitHub Desktop.
Resolve Docker no space left issue
docker rm $(docker ps -q -f 'status=exited')
docker rmi $(docker images -q -f "dangling=true")
docker volume rm $(docker volume ls -qf dangling=true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment