getServerContainer {DockerParallel} | R Documentation |
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.
getServerContainer(workerContainer)
## S4 method for signature 'DummyContainer'
getServerContainer(workerContainer)
## S4 method for signature 'ANY'
getServerContainer(workerContainer)
workerContainer |
The worker container. |
A server container
getServerContainer,DummyContainer-method
: method for the dummy container
getServerContainer,ANY-method
: The default method throws an error