Skip to content

Instantly share code, notes, and snippets.

@ikbear
Created October 20, 2015 03:38
Show Gist options
  • Select an option

  • Save ikbear/936f86534c58616f9884 to your computer and use it in GitHub Desktop.

Select an option

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

ikbear commented Oct 20, 2015

Copy link
Copy Markdown
Author

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

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