|
...
|
...
|
@@ -183,6 +183,16 @@ see the application.
|
|
183
|
183
|
|
|
184
|
184
|
Our Python application is live!
|
|
185
|
185
|
|
|
|
186
|
+> **Note:**
|
|
|
187
|
+> If you have used boot2docker on OSX you'll need to get the IP of the virtual
|
|
|
188
|
+> host instead of using localhost. You can do this by running the following in
|
|
|
189
|
+> the boot2docker shell.
|
|
|
190
|
+>
|
|
|
191
|
+> $ boot2docker ip
|
|
|
192
|
+> The VM's Host only interface IP address is: 192.168.59.103
|
|
|
193
|
+>
|
|
|
194
|
+> In this case you'd browse to http://192.168.59.103:49155 for the above example.
|
|
|
195
|
+
|
|
186
|
196
|
## A Network Port Shortcut
|
|
187
|
197
|
|
|
188
|
198
|
Using the `docker ps` command to return the mapped port is a bit clumsy so
|