Skip to content

Instantly share code, notes, and snippets.

@curtismckee
Created August 7, 2018 18:35
Show Gist options
  • Select an option

  • Save curtismckee/f4a5033bc7e4c0425090faccf0110a07 to your computer and use it in GitHub Desktop.

Select an option

Save curtismckee/f4a5033bc7e4c0425090faccf0110a07 to your computer and use it in GitHub Desktop.
Remove dangling docker images

docker rmi $(docker images -q -f dangling=true)

@curtismckee
Copy link
Author

Need to add this as alias to my .dotfiles

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