Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@IkezoeMakoto
Last active February 4, 2017 09:30
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 IkezoeMakoto/1c04356e4d7d7625d7c998c2404a47f5 to your computer and use it in GitHub Desktop.
Save IkezoeMakoto/1c04356e4d7d7625d7c998c2404a47f5 to your computer and use it in GitHub Desktop.
【Docker】build失敗したイメージをまとめて消す ref: http://qiita.com/zoe302/items/19741a44f594e79354e7
docker images | grep '<none>' | awk '{print $3}' | xargs docker rmi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment