Skip to content

Commit

Permalink
Merge pull request moby#6540 from lalyos/docs-installation-mac-windows
Browse files Browse the repository at this point in the history
Fix installation docs to use the new boot2docker command: ip
  • Loading branch information
jamtur01 committed Jun 20, 2014
2 parents a32f3b4 + 40966fa commit 0d63d68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/sources/installation/mac.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ If you run a container with an exposed port,

then you should be able to access that Nginx server using the IP address reported by:

$ boot2docker ssh ip addr show dev eth1
$ boot2docker ip

Typically, it is 192.168.59.103, but it could get changed by Virtualbox's DHCP
implementation.
Expand All @@ -91,7 +91,7 @@ The Boot2Docker management tool provides several commands:

$ ./boot2docker
Usage: ./boot2docker [<options>]
{help|init|up|ssh|save|down|poweroff|reset|restart|config|status|info|delete|download|version}
{help|init|up|ssh|save|down|poweroff|reset|restart|config|status|info|ip|delete|download|version} [<args>]

Continue with the [User Guide](/userguide/).

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/installation/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ This will download the small busybox image and print "hello world".
The Boot2Docker management tool provides several commands:

$ ./boot2docker
Usage: ./boot2docker [<options>] {help|init|up|ssh|save|down|poweroff|reset|restart|config|status|info|delete|download|version} [<args>]
Usage: ./boot2docker [<options>] {help|init|up|ssh|save|down|poweroff|reset|restart|config|status|info|ip|delete|download|version} [<args>]


## Container port redirection
Expand Down

0 comments on commit 0d63d68

Please sign in to comment.