Skip to content

Instantly share code, notes, and snippets.

@Tdual
Created December 12, 2017 03:01
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 Tdual/52ac6baeb42ffd8b912b1f920200dc05 to your computer and use it in GitHub Desktop.
Save Tdual/52ac6baeb42ffd8b912b1f920200dc05 to your computer and use it in GitHub Desktop.
remove all docker's images named none
docker rmi $(docker images -f "dangling=true" -q)
@Tdual
Copy link
Author

Tdual commented Jan 17, 2018

docker rm $(docker ps -q -f 'status=exited')

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