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