getServerContainer {DockerParallel}R Documentation

Get the server container from the worker container

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

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


[Package DockerParallel version 1.0.4 Index]