Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SSH key path option to Digital Ocean doc #415

Merged
merged 1 commit into from
Nov 9, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions machine/drivers/digital-ocean.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,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-ssh-key-path`: Path to private SSH key. `--digitalocean-ssh-key-fingerprint` must be provided with this option.

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

Expand All @@ -50,3 +51,4 @@ The DigitalOcean driver will use `ubuntu-15-10-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-ssh-key-path` | `DIGITALOCEAN_SSH_KEY_PATH` | `~/.ssh/id_rsa` |