Skip to content

Instantly share code, notes, and snippets.

@briandk
Created April 23, 2018 15:17
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 briandk/62ed8f0371e9b7f025366f8d011a9644 to your computer and use it in GitHub Desktop.
Save briandk/62ed8f0371e9b7f025366f8d011a9644 to your computer and use it in GitHub Desktop.
Shell one-liner commands
# Remove untagged docker images
docker rmi (docker images | awk '/<none>/ {print $3}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment