fix a typo (--create -> create)

Signed-off-by: Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
This commit is contained in:
Kazuhiro NISHIYAMA 2016-03-18 00:18:56 +09:00
parent 5802eed1c7
commit c146111ede
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 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