DummyContainer: A dummy container

Description Usage Arguments Examples

Description

A dummy container. It is for purely testing purpose.

Usage

1
2
3
4
5
6
7
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

1

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