Skip to content

Commit 4023370

Browse files
scjaneMisty Stanley-Jones
authored and
Misty Stanley-Jones
committed
Update get-started-cloud.md
1 parent e9fa4b8 commit 4023370

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

machine/get-started-cloud.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ title: Use Docker Machine to provision hosts on cloud providers
99
> We suggest using [Docker Cloud](https://cloud.docker.com/) as the
1010
most up-to-date way to run Docker on your cloud providers. To get started, see
1111
[Docker Cloud docs home page](/docker-cloud/index.md), [Docker Cloud Settings
12-
and Docker ID](/docker-cloud/dockerid.md) and [Swarms in Docker Cloud
12+
and Docker ID](/docker-cloud/dockerid.md), and [Swarms in Docker Cloud
1313
(Beta)](/docker-cloud/cloud-swarm/index.md). If you are running Edge channel
1414
Docker for Mac or Windows, you can access your Docker Cloud account from those
1515
Docker desktop applications. See Docker Cloud (Edge feature) on
@@ -28,7 +28,7 @@ cloud provider.
2828

2929
Then you provide account verification, security credentials, and configuration
3030
options for the providers as flags to `docker-machine create`. The flags are
31-
unique for each cloud-specific driver. For instance, to pass a Digital Ocean
31+
unique for each cloud-specific driver. For instance, to pass a Digital Ocean
3232
access token you use the `--digitalocean-access-token` flag. Take a look at the
3333
examples below for Digital Ocean and AWS.
3434

@@ -63,7 +63,7 @@ The `docker-machine create` command typically requires that you specify, at a
6363
minimum:
6464

6565
* `--driver` - to indicate the provider on which to create the
66-
machine (VirtualBox, DigitalOcean, AWS, and so on)
66+
machine (VirtualBox, DigitalOcean, AWS, and so on)
6767

6868
* Account verification and security credentials (for cloud providers),
6969
specific to the cloud service you are using
@@ -106,7 +106,7 @@ target="_blank" class="_"}.
106106

107107
## Adding a host without a driver
108108

109-
You can register an already existing docker host by passing the daemon url. With that, you can have the same workflow as on a host provisioned by docker-machine
109+
You can register an already existing docker host by passing the daemon url. With that, you can have the same workflow as on a host provisioned by docker-machine.
110110

111111
$ docker-machine create --driver none --url=tcp://50.134.234.20:2376 custombox
112112
$ docker-machine ls

0 commit comments

Comments
 (0)