Skip to content

Instantly share code, notes, and snippets.

@ToQoz
Created July 2, 2014 02:13
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 ToQoz/595629add19904ab11f8 to your computer and use it in GitHub Desktop.
Save ToQoz/595629add19904ab11f8 to your computer and use it in GitHub Desktop.
docker-ls-volumes() {
docker inspect $1 | jq '.[] | .Volumes'
}
docker-ls-ports() {
docker inspect $1 | jq '.[] | .NetworkSettings.Ports'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment