Skip to content

Instantly share code, notes, and snippets.

@MozyOk
Created July 23, 2019 14:49
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 MozyOk/4127b38804c5f4165df8ca824fe748bb to your computer and use it in GitHub Desktop.
Save MozyOk/4127b38804c5f4165df8ca824fe748bb to your computer and use it in GitHub Desktop.
docker networkを全て消去するコマンド

docker network ls -q | xargs docker network rm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment