Skip to content

Instantly share code, notes, and snippets.

@demianbrecht
Created March 6, 2016 01:28
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 demianbrecht/1ead286cb512ea15dfe4 to your computer and use it in GitHub Desktop.
Save demianbrecht/1ead286cb512ea15dfe4 to your computer and use it in GitHub Desktop.
Dealing with docker "no space on device" error
#!/bin/sh
docker rm $(docker ps -aqf status=exited)
docker-machine ssh default docker volume rm $(docker-machine ssh default docker volume ls -qf dangling=true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment