Description Usage Arguments Details
Defaults are pretty sensible. You must provide only the following:
name. Name of the docker machine.
size. The size of the droplet. Defaults to 2gb.
set options(dokk.DIGITAL_OCEAN_ACCESS_TOKEN) to your digitalocean access token.
1 2 |
name |
character. Required. The name of the machine. |
size |
character. The size of the droplet. More memory - more expensive! |
image |
character. The name of the Digital Ocean image to use. Default: docker |
region |
character. The region to create the droplet in, see |
ipv6 |
character. Enable IPv6 support for the droplet. Default: false |
private_networking |
logical. Enable private networking support for the droplet. Default: false |
backups |
logical. Enable Digital Oceans backups for the droplet. Default: false |
Note that this can be expensive, so make sure you clean up after yourself!
Creates a digital ocean droplet for you. The DigitalOcean driver will use ubuntu-14-04-x64 as the default image.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.