configWorkerContainerEnv: Configurate the worker container environment

Description Usage Arguments Value Functions

Description

Configurate the worker container environment. Developers can use this function to set the server Ip, password and etc. via the container environment variable. The server info can be found by the getter function with the prefix .getServer (e.g. .getServerPassword(cluster)). Depending on the network status, the worker can use the server private IP to connect with the server. The developer must calls container$copy() before setting the server environment. The user provided environment variables should be respected and overwritten only when necessary. There is no default method for this generic.

Usage

1
2
3
4
configWorkerContainerEnv(container, cluster, workerNumber, verbose)

## S4 method for signature 'DummyContainer'
configWorkerContainerEnv(container, cluster, workerNumber, verbose = FALSE)

Arguments

container

Reference Container Object. The worker container.

cluster

S4 DockerCluster object.

workerNumber

Integer. The number of workers in a container.

verbose

Integer. The verbose level, default 1.

Value

An object which has the same class as container

Functions


DockerParallel documentation built on June 23, 2021, 5:07 p.m.