Skip to content

Instantly share code, notes, and snippets.

@christian-fei
Created March 6, 2015 22:09
Show Gist options
  • Save christian-fei/0cef2e48124eaa513c7d to your computer and use it in GitHub Desktop.
Save christian-fei/0cef2e48124eaa513c7d to your computer and use it in GitHub Desktop.
vagrant@pomodoro:/vagrant/services/pomodoro$ docker restart pomodoro-api && docker inspect pomodoro-a
"IPAddress": "172.17.0.23",
vagrant@pomodoro:/vagrant/services/pomodoro$ docker restart pomodoro-api && docker inspect pomodoro-api | grep IPAddress
"IPAddress": "172.17.0.24",
vagrant@pomodoro:/vagrant/services/pomodoro$ docker restart pomodoro-api && docker inspect pomodoro-api | grep IPAddress
"IPAddress": "172.17.0.25",
vagrant@pomodoro:/vagrant/services/pomodoro$ docker restart pomodoro-api && docker inspect pomodoro-api | grep IPAddress
"IPAddress": "172.17.0.26",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment