mirror of https://github.com/docker/docs.git
Merge pull request #3204 from znz/fix-typo
fix a typo (--create -> create)
This commit is contained in:
commit
e0f41d3014
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue