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.
runDockerWorkerContainers(
provider,
cluster,
container,
hardware,
workerNumber,
verbose
)# S4 method for DummyManagedProvider
runDockerWorkerContainers(
provider,
cluster,
container,
hardware,
workerNumber,
verbose
)
S4 CloudProvider object. The service provider.
S4 DockerCluster object.
S4 DockerContainer Object. The worker container.
S4 DockerHardware Object. The worker hardware.
Integer. The number of workers needs to be run.
Integer. The verbose level, default 1.
A character vector with each element corresponding to a worker container.
The length must be equal to workerNumber
runDockerWorkerContainers,DummyManagedProvider-method: The method for the dummy managed provider