Skip to content

Instantly share code, notes, and snippets.

@michaloo
Created September 13, 2014 17:56
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 michaloo/ae25039089e022dce27e to your computer and use it in GitHub Desktop.
Save michaloo/ae25039089e022dce27e to your computer and use it in GitHub Desktop.
To clean docker up, stop all containers and run this:
# https://github.com/docker/docker/issues/3786#issuecomment-33471966
umount $(grep 'aufs' /proc/mounts | awk '{print$2}' | sort -r)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment