1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

add an image to show the use of the Docker OSX applet

Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@docker.com> (github: SvenDowideit)
This commit is contained in:
Sven Dowideit 2014-06-07 18:03:47 -07:00 committed by SvenDowideit
parent f72a31ae31
commit 90251a488d
2 changed files with 4 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

View file

@ -32,12 +32,14 @@ virtual machine and run the Docker daemon.
2. Run the installer, which will install VirtualBox and the Boot2Docker management 2. Run the installer, which will install VirtualBox and the Boot2Docker management
tool. tool.
![](/installation/images/osx-installer.png) ![](/installation/images/osx-installer.png)
3. Open a terminal and run: 3. Run the `Boot2Docker` app in the `Applications` folder:
![](/installation/images/osx-Boot2Docker-Start-app.png)
OR to do it manually, open a terminal and run:
``` ```
boot2docker init boot2docker init
boot2docker start boot2docker start
export DOCKER_HOST=tcp://localhost:2375 export DOCKER_HOST=tcp://$(boot2docker ip 2>/dev/null):2375
``` ```
`boot2docker init` will ask you to enter an ssh key passphrase - the simplest `boot2docker init` will ask you to enter an ssh key passphrase - the simplest