You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: machine/get-started-cloud.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ title: Use Docker Machine to provision hosts on cloud providers
9
9
> We suggest using [Docker Cloud](https://cloud.docker.com/) as the
10
10
most up-to-date way to run Docker on your cloud providers. To get started, see
11
11
[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
13
13
(Beta)](/docker-cloud/cloud-swarm/index.md). If you are running Edge channel
14
14
Docker for Mac or Windows, you can access your Docker Cloud account from those
15
15
Docker desktop applications. See Docker Cloud (Edge feature) on
@@ -28,7 +28,7 @@ cloud provider.
28
28
29
29
Then you provide account verification, security credentials, and configuration
30
30
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
32
32
access token you use the `--digitalocean-access-token` flag. Take a look at the
33
33
examples below for Digital Ocean and AWS.
34
34
@@ -63,7 +63,7 @@ The `docker-machine create` command typically requires that you specify, at a
63
63
minimum:
64
64
65
65
*`--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)
67
67
68
68
* Account verification and security credentials (for cloud providers),
69
69
specific to the cloud service you are using
@@ -106,7 +106,7 @@ target="_blank" class="_"}.
106
106
107
107
## Adding a host without a driver
108
108
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.
0 commit comments