Merge pull request #3160 from zembutsu/patch-1

fix typo
This commit is contained in:
David Gageot 2016-03-08 06:27:09 +01:00
commit 5a270c9751
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ The examples here show how to create and start a machine, run Docker commands, a
To see how to connect Docker to this machine, run: docker-machine env default To see how to connect Docker to this machine, run: docker-machine env default
This command downloads a lightweight Linux distribution This command downloads a lightweight Linux distribution
()<a href="https://github.com/boot2docker/boot2docker" target="_blank">boot2docker</a>) with the Docker daemon installed, and creates and starts a VirtualBox VM with Docker running. (<a href="https://github.com/boot2docker/boot2docker" target="_blank">boot2docker</a>) with the Docker daemon installed, and creates and starts a VirtualBox VM with Docker running.
4. List available machines again to see your newly minted machine. 4. List available machines again to see your newly minted machine.