Skip to content

Commit

Permalink
Update digital-ocean.md
Browse files Browse the repository at this point in the history
  • Loading branch information
apihlaja committed Feb 11, 2017
1 parent a3dd8ff commit 49bc53b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions machine/drivers/digital-ocean.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ Control Panel and pass that to `docker-machine create` with the `--digitalocean-
- `--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).

The DigitalOcean driver will use `ubuntu-15-10-x64` as the default image.
The DigitalOcean driver will use `ubuntu-16-04-x64` as the default image.

#### Environment variables and default values

| CLI option | Environment variable | Default |
| ----------------------------------- | --------------------------------- | ------------------ |
| **`--digitalocean-access-token`** | `DIGITALOCEAN_ACCESS_TOKEN` | - |
| `--digitalocean-image` | `DIGITALOCEAN_IMAGE` | `ubuntu-15-10-x64` |
| `--digitalocean-image` | `DIGITALOCEAN_IMAGE` | `ubuntu-16-04-x64` |
| `--digitalocean-region` | `DIGITALOCEAN_REGION` | `nyc3` |
| `--digitalocean-size` | `DIGITALOCEAN_SIZE` | `512mb` |
| `--digitalocean-ipv6` | `DIGITALOCEAN_IPV6` | `false` |
Expand Down

0 comments on commit 49bc53b

Please sign in to comment.