mirror of https://github.com/docker/docs.git
Fix missing '--driver none' from get-start-cloud.md docs
Fixes #25485 Signed-off-by: Tao Wang <twang2218@gmail.com>
This commit is contained in:
parent
d6ef6d5bb9
commit
9ed0a15e56
|
@ -66,7 +66,7 @@ See <a href="../drivers/" target="_blank">Docker Machine driver reference</a> fo
|
|||
|
||||
You can add a host to Docker which only has a URL and no driver. Then you can use the machine name you provide here for an existing host so you don’t have to type out the URL every time you run a Docker command.
|
||||
|
||||
$ docker-machine create --url=tcp://50.134.234.20:2376 custombox
|
||||
$ docker-machine create --driver none --url=tcp://50.134.234.20:2376 custombox
|
||||
$ docker-machine ls
|
||||
NAME ACTIVE DRIVER STATE URL
|
||||
custombox * none Running tcp://50.134.234.20:2376
|
||||
|
|
Loading…
Reference in New Issue