Skip to content

Instantly share code, notes, and snippets.

@ikbear
Created October 20, 2015 03:38
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 ikbear/936f86534c58616f9884 to your computer and use it in GitHub Desktop.
Save ikbear/936f86534c58616f9884 to your computer and use it in GitHub Desktop.
Docker cleanup script
docker run -v /var/run/docker.sock:/var/run/docker.sock -v /var/lib/docker:/var/lib/docker --rm martin/docker-cleanup-volumes
@ikbear
Copy link
Author

ikbear commented Oct 20, 2015

清理 Docker 里面不用的镜像文件。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment