Skip to content

Instantly share code, notes, and snippets.

@harunyasar
Created December 12, 2015 09:47
Show Gist options
  • Save harunyasar/3f34c69da8eb8e44af6b to your computer and use it in GitHub Desktop.
Save harunyasar/3f34c69da8eb8e44af6b to your computer and use it in GitHub Desktop.
Get Container IP
#!/bin/sh
docker inspect -f '{{ .NetworkSettings.IPAddress }}' <container_name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment