getServerContainer: Get the server container from the worker container

Description Usage Arguments Value Functions

Description

Get the server container from the worker container. This function will be called by the DockerCluster object when the user only provides a worker container to its constructor. There is no default method defined for this generic.

Usage

1
2
3
4
5
6
7
getServerContainer(workerContainer)

## S4 method for signature 'DummyContainer'
getServerContainer(workerContainer)

## S4 method for signature 'ANY'
getServerContainer(workerContainer)

Arguments

workerContainer

The worker container.

Value

A server container

Functions


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