machine_DigitalOcean: Create a docker machine on Digital Ocean.

Description Usage Arguments Details

Description

Defaults are pretty sensible. You must provide only the following:

Usage

1
2
machine_DigitalOcean(name, size = "2gb", image = NULL, region = NULL,
  ipv6 = NULL, private_networking = NULL, backups = NULL)

Arguments

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 Regions API for how to get a list. Default: nyc3

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

Details

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.


kirillseva/dokk documentation built on May 20, 2019, 10:23 a.m.