dockerHost: Create a 'dockerHost' object

Description Usage Arguments Details Value

Description

Create a moduleHost object of class dockerHost to describe a docker image for executing module source scripts.

Usage

1
dockerHost(image, guestdir = "/home/conduit")

Arguments

image

Name of Docker image

guestdir

Guest synced folder path

Details

The default Docker setup for docker synced folders is that no directories are shared. The default 'conduit' setup for docker synced folders is that the directory that the module is run within is shared with ‘/home/conduit’ on the guest container. The synced folder location on the guest container can be customised with guestdir

Value

Object of class dockerHost and moduleHost


anhinton/conduit documentation built on May 10, 2019, 11:48 a.m.