Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dzc34/951019ac8c4583bffa7122922a5172f1 to your computer and use it in GitHub Desktop.
Save dzc34/951019ac8c4583bffa7122922a5172f1 to your computer and use it in GitHub Desktop.
Supprimer les images Docker sans label
# Supprimer les images Docker sans label
docker rmi $(docker images -q --filter "dangling=true")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment