Skip to content

Instantly share code, notes, and snippets.

@tksugimoto
Created December 26, 2018 02:10
Show Gist options
  • Save tksugimoto/97349396414b5dff783ceff4e02ea6e7 to your computer and use it in GitHub Desktop.
Save tksugimoto/97349396414b5dff783ceff4e02ea6e7 to your computer and use it in GitHub Desktop.
dockerで使われているネットワーク一覧を表示(Name, Subnet, コンテナName)
docker network inspect $(docker network ls -q) | grep -E "Subnet|Name"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment