Skip to content

Instantly share code, notes, and snippets.

@nathakits
Created August 31, 2020 08:57
Show Gist options
  • Save nathakits/f34d283476e47e606ffab5cd63a7329b to your computer and use it in GitHub Desktop.
Save nathakits/f34d283476e47e606ffab5cd63a7329b to your computer and use it in GitHub Desktop.
Docker commands
# Remove dangling images
docker images -qf dangling=true | xargs docker rmi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment