From 9ed0a15e56deb64010f8b0a42c4750f0ab93c1a7 Mon Sep 17 00:00:00 2001 From: Tao Wang Date: Mon, 8 Aug 2016 21:11:33 +1000 Subject: [PATCH] Fix missing '--driver none' from get-start-cloud.md docs Fixes #25485 Signed-off-by: Tao Wang --- docs/get-started-cloud.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/get-started-cloud.md b/docs/get-started-cloud.md index efa7062617..96e822ac84 100644 --- a/docs/get-started-cloud.md +++ b/docs/get-started-cloud.md @@ -66,7 +66,7 @@ See Docker Machine driver reference 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