Learn R Programming

DockerParallel (version 1.0.4)

DockerContainer-class: The root class of the container

Description

The root class of the container

Arguments

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.