From bcbdf77ddb7dab0bf6346400eeb6a0aaaf3d7142 Mon Sep 17 00:00:00 2001 From: Arnaud Porterie Date: Fri, 3 Apr 2015 08:53:37 -0700 Subject: [PATCH] Specify running `boot2docker ip` on host Signed-off-by: Arnaud Porterie --- docs/sources/userguide/usingdocker.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sources/userguide/usingdocker.md b/docs/sources/userguide/usingdocker.md index 26a9814b89..70996a2100 100644 --- a/docs/sources/userguide/usingdocker.md +++ b/docs/sources/userguide/usingdocker.md @@ -179,10 +179,10 @@ see the application. Our Python application is live! > **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 can do this by running the following in -> the boot2docker shell. +> You can do this by running the following outside of the `boot2docker` shell +> (i.e., from your comment line or terminal application). > > $ boot2docker ip > The VM's Host only interface IP address is: 192.168.59.103