build: Build a docker container

Description Usage Arguments

Description

Build a docker container

Usage

1
2
build(type = "test", prepare = TRUE, use_cache = TRUE, machine = NULL,
  filename = NULL)

Arguments

type

Type of container to build. Valid options are "test", "run" and "production" (last one only for packages).

prepare

Rerun prepare before building the image?

use_cache

Set to FALSE to skip docker's cache

machine

name of docker machine to use

filename

Full path to dockertest filename if not in the current directory or in the docker/ or dockertest/ directory.


traitecoevo/dockertest documentation built on May 31, 2019, 7:42 p.m.