DummyWorkerContainer {DockerParallel} | R Documentation |
A dummy container
Description
A dummy container. It is for purely testing purpose.
Usage
DummyWorkerContainer(
image = "workerImage",
backend = "testBackend",
maxWorkerNum = 123L
)
DummyServerContainer(image = "serverImage", backend = "testBackend")
Arguments
image |
The image for the container |
backend |
The parallel backend for the container |
maxWorkerNum |
The maximum worker number |
Examples
DummyWorkerContainer()
[Package DockerParallel version 1.0.4 Index]