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) Upstream-commit: 90251a488d87614770ce7c10265e0b3c8d7f2f9b Component: engine
This commit is contained in:
committed by
SvenDowideit
parent
761500b35e
commit
18ca2526a5
Binary file not shown.
|
After Width: | Height: | Size: 82 KiB |
@@ -32,12 +32,14 @@ virtual machine and run the Docker daemon.
|
||||
2. Run the installer, which will install VirtualBox and the Boot2Docker management
|
||||
tool.
|
||||

|
||||
3. Open a terminal and run:
|
||||
3. Run the `Boot2Docker` app in the `Applications` folder:
|
||||

|
||||
OR to do it manually, open a terminal and run:
|
||||
|
||||
```
|
||||
boot2docker init
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user