Skip to content

Instantly share code, notes, and snippets.

@MozyOk
Created June 11, 2018 07:42
Show Gist options
  • Save MozyOk/988e3f0b699b27884313e75cbafee890 to your computer and use it in GitHub Desktop.
Save MozyOk/988e3f0b699b27884313e75cbafee890 to your computer and use it in GitHub Desktop.
手元のコンテナとイメージを全て吹き飛ばす魔法の言葉
docker ps -aq | xargs docker rm -f && docker images -aq | xargs docker rmi -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment