Merge pull request #3204 from znz/fix-typo

fix a typo (--create -> create)
This commit is contained in:
David Gageot 2016-03-17 17:59:17 +01:00
commit e0f41d3014
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ To remove a host and all of its containers and images, first stop the machine, t
If you monitor the Digital Ocean console while you run these commands, you will see it update first to reflect that the Droplet was stopped, and then removed. If you monitor the Digital Ocean console while you run these commands, you will see it update first to reflect that the Droplet was stopped, and then removed.
If you create a host with Docker Machine, but remove it through the cloud provider console, Machine will lose track of the server status. So please use the `docker-machine rm` command for hosts you create with `docker-machine --create`. If you create a host with Docker Machine, but remove it through the cloud provider console, Machine will lose track of the server status. So please use the `docker-machine rm` command for hosts you create with `docker-machine create`.
## Where to go next ## Where to go next