mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix three spelling mistakes
There are three instances of "boo2docker" that should be changed to "boot2docker". Signed-off-by: Cary Hartline <varmateo@icloud.com>
This commit is contained in:
parent
f207dd5e7c
commit
4c7d41ac18
1 changed files with 3 additions and 3 deletions
|
@ -44,7 +44,7 @@ practice, work through the exercises on this page.
|
||||||
|
|
||||||
## Install Boot2Docker
|
## Install Boot2Docker
|
||||||
|
|
||||||
1. Go to the [boo2docker/osx-installer ](
|
1. Go to the [boot2docker/osx-installer ](
|
||||||
https://github.com/boot2docker/osx-installer/releases/latest) release page.
|
https://github.com/boot2docker/osx-installer/releases/latest) release page.
|
||||||
|
|
||||||
4. Download Boot2Docker by clicking `Boot2Docker-x.x.x.pkg` in the "Downloads"
|
4. Download Boot2Docker by clicking `Boot2Docker-x.x.x.pkg` in the "Downloads"
|
||||||
|
@ -117,7 +117,7 @@ Initialize and run `boot2docker` from the command line, do the following:
|
||||||
|
|
||||||
1. Create a new Boot2Docker VM.
|
1. Create a new Boot2Docker VM.
|
||||||
|
|
||||||
$ boo2docker init
|
$ boot2docker init
|
||||||
|
|
||||||
This creates a new virtual machine. You only need to run this command once.
|
This creates a new virtual machine. You only need to run this command once.
|
||||||
|
|
||||||
|
@ -290,7 +290,7 @@ To upgrade any version of Boot2Docker, do this:
|
||||||
|
|
||||||
$ boot2docker stop
|
$ boot2docker stop
|
||||||
|
|
||||||
3. Go to the [boo2docker/osx-installer ](
|
3. Go to the [boot2docker/osx-installer ](
|
||||||
https://github.com/boot2docker/osx-installer/releases/latest) release page.
|
https://github.com/boot2docker/osx-installer/releases/latest) release page.
|
||||||
|
|
||||||
4. Download Boot2Docker by clicking `Boot2Docker-x.x.x.pkg` in the "Downloads"
|
4. Download Boot2Docker by clicking `Boot2Docker-x.x.x.pkg` in the "Downloads"
|
||||||
|
|
Loading…
Reference in a new issue