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:
Tao Wang 2016-08-08 21:11:33 +10:00 committed by Misty Stanley-Jones
parent d6ef6d5bb9
commit 9ed0a15e56
1 changed files with 1 additions and 1 deletions

View File

@ -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 dont have to type out the URL every time you run a Docker command. 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 dont 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 $ docker-machine ls
NAME ACTIVE DRIVER STATE URL NAME ACTIVE DRIVER STATE URL
custombox * none Running tcp://50.134.234.20:2376 custombox * none Running tcp://50.134.234.20:2376