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

Remove mention of SSH passphrase, it was only present in v0.12

Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@docker.com> (github: SvenDowideit)
This commit is contained in:
Sven Dowideit 2014-06-22 17:34:04 -07:00
parent e876067e34
commit 1e847bff7a

View file

@ -31,16 +31,12 @@ virtual machine and runs the Docker daemon.
3. Run the `Boot2Docker` app in the `Applications` folder: 3. Run the `Boot2Docker` app in the `Applications` folder:
![](/installation/images/osx-Boot2Docker-Start-app.png) ![](/installation/images/osx-Boot2Docker-Start-app.png)
Or, to initiate Boot2Docker manually, open a terminal and run: Or, to initialize Boot2Docker manually, open a terminal and run:
$ boot2docker init $ boot2docker init
$ boot2docker start $ boot2docker start
$ export DOCKER_HOST=tcp://$(boot2docker ip 2>/dev/null):2375 $ export DOCKER_HOST=tcp://$(boot2docker ip 2>/dev/null):2375
The `boot2docker init` command will ask you to enter an SSH key passphrase - the simplest
(but least secure) is to just hit [Enter]. This passphrase is used by the
`boot2docker ssh` command.
Once you have an initialized virtual machine, you can control it with `boot2docker stop` Once you have an initialized virtual machine, you can control it with `boot2docker stop`
and `boot2docker start`. and `boot2docker start`.