build_image: Run 'docker build' in a directory

Description Usage Arguments

Description

Run docker build in a directory

Usage

1
build_image(machine_name, dir = ".", params = "", intern = TRUE)

Arguments

machine_name

character. Existing Docker Machine machine_name.

dir

character. Directory that contains a Dockerfile

params

character. Additional parameters for docker build

intern

logical. If set to TRUE the building process will be invisible, and the function will return the hash of the built image. If false, the build steps will be shown, but the function will return the exit status


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