runDockerWorkerContainers {ManagedCloudProvider} | R Documentation |
Run the worker container
Description
Run the workers and return a character vector of the worker handles. Each handle must correspond to a container. The handle can be duplicated if multiple workers share the same container. There is no default method for this generic.
Usage
runDockerWorkerContainers(
provider,
cluster,
container,
hardware,
workerNumber,
verbose
)
## S4 method for signature 'DummyManagedProvider'
runDockerWorkerContainers(
provider,
cluster,
container,
hardware,
workerNumber,
verbose
)
Arguments
provider |
S4 |
cluster |
S4 |
container |
S4 |
hardware |
S4 |
workerNumber |
Integer. The number of workers needs to be run. |
verbose |
Integer. The verbose level, default 1. |
Value
A character vector with each element corresponding to a worker container.
The length must be equal to workerNumber
Functions
-
runDockerWorkerContainers,DummyManagedProvider-method
: The method for the dummy managed provider
[Package ManagedCloudProvider version 1.0.0 Index]