Description Usage Arguments Value Functions
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.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | runDockerWorkerContainers(
provider,
cluster,
container,
hardware,
workerNumber,
verbose
)
## S4 method for signature 'DummyManagedProvider'
runDockerWorkerContainers(
provider,
cluster,
container,
hardware,
workerNumber,
verbose
)
|
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. |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.