Created
March 6, 2015 22:09
-
-
Save christian-fei/0cef2e48124eaa513c7d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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