mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #12057 from icecrime/11925_carry
Specify running `boot2docker ip` on host
This commit is contained in:
commit
6d5a0ac11e
1 changed files with 3 additions and 3 deletions
|
@ -179,10 +179,10 @@ see the application.
|
||||||
Our Python application is live!
|
Our Python application is live!
|
||||||
|
|
||||||
> **Note:**
|
> **Note:**
|
||||||
> If you have used the boot2docker virtual machine on OS X, Windows or Linux,
|
> If you have used the `boot2docker` virtual machine on OS X, Windows or Linux,
|
||||||
> you'll need to get the IP of the virtual host instead of using localhost.
|
> you'll need to get the IP of the virtual host instead of using localhost.
|
||||||
> You can do this by running the following in
|
> You can do this by running the following outside of the `boot2docker` shell
|
||||||
> the boot2docker shell.
|
> (i.e., from your comment line or terminal application).
|
||||||
>
|
>
|
||||||
> $ boot2docker ip
|
> $ boot2docker ip
|
||||||
> The VM's Host only interface IP address is: 192.168.59.103
|
> The VM's Host only interface IP address is: 192.168.59.103
|
||||||
|
|
Loading…
Reference in a new issue