Skip to content

Instantly share code, notes, and snippets.

@aleksb86
Created May 25, 2020 10:26
Show Gist options
  • Save aleksb86/1746122a61ce53db8bcb91c78d66ea6f to your computer and use it in GitHub Desktop.
Save aleksb86/1746122a61ce53db8bcb91c78d66ea6f to your computer and use it in GitHub Desktop.
Docker shorthands
# удалить все images без тегов
docker rmi -f $(docker images | grep "<none>" | awk "{print \$3}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment