DockerContainer-class {DockerParallel}R Documentation

The root class of the container

Description

The root class of the container

Fields

name

Character(1) or character(0), the optional name of a container.

backend

Character(1), the backend used by the parallel package

maxWorkerNum

Integer(1), the maximum worker number in a container.

environment

List, the environment variables in the container.

image

Character(1), the container image.


[Package DockerParallel version 1.0.4 Index]