From eb8315b793f3b5334e3ac8d68b10ab5814cdec1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=28=E2=95=AF=C2=B0=E2=96=A1=C2=B0=EF=BC=89=E2=95=AF?= =?UTF-8?q?=EF=B8=B5=20u=E1=B4=89=C7=9DssnH=20=C9=90=C9=9F=C9=90=CA=87soW?= Date: Wed, 26 Jul 2017 20:09:07 +0300 Subject: [PATCH] Update DO driver docs with `digitalocean-tags` (#3870) --- machine/drivers/digital-ocean.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/machine/drivers/digital-ocean.md b/machine/drivers/digital-ocean.md index e8ff0e51e5..a1914a5883 100644 --- a/machine/drivers/digital-ocean.md +++ b/machine/drivers/digital-ocean.md @@ -37,6 +37,7 @@ Control Panel and pass that to `docker-machine create` with the `--digitalocean- - `--digitalocean-ssh-user`: SSH username. - `--digitalocean-ssh-port`: SSH port. - `--digitalocean-ssh-key-fingerprint`: Use an existing SSH key instead of creating a new one, see [SSH keys](https://developers.digitalocean.com/documentation/v2/#ssh-keys). +- `--digitalocean-tags`: Comma-separated list of tags to apply to the Droplet, see [Droplet tagging](https://developers.digitalocean.com/documentation/v2/#tags) The DigitalOcean driver will use `ubuntu-16-04-x64` as the default image. @@ -55,3 +56,4 @@ The DigitalOcean driver will use `ubuntu-16-04-x64` as the default image. | `--digitalocean-ssh-user` | `DIGITALOCEAN_SSH_USER` | `root` | | `--digitalocean-ssh-port` | `DIGITALOCEAN_SSH_PORT` | 22 | | `--digitalocean-ssh-key-fingerprint`| `DIGITALOCEAN_SSH_KEY_FINGERPRINT`| - | +| `--digitalocean-tags` | `DIGITALOCEAN_TAGS` | - |