Skip to content

Instantly share code, notes, and snippets.

@rjchicago
Created May 27, 2021 16:46
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 rjchicago/070a4e7a8ef48b85143f0edfd51f6ad5 to your computer and use it in GitHub Desktop.
Save rjchicago/070a4e7a8ef48b85143f0edfd51f6ad5 to your computer and use it in GitHub Desktop.
Get Docker services by network
NETWORK=$1
docker network inspect $NETWORK -v | jq -r '.[0] .Services | to_entries[] | .key'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment