runDockerServer,DummyProvider-method {DockerParallel} | R Documentation |
Create a Dummy provider for testing the container
Description
This function will set the slot isServerRunning
to TRUE
and cleanup
to FALSE
.
It also adds the environment variable dummyProvider
and dummyProviderClusterData
.
Usage
## S4 method for signature 'DummyProvider'
runDockerServer(provider, cluster, container, hardware, verbose)
Arguments
provider |
S4 |
cluster |
S4 |
container |
S4 |
hardware |
S4 |
verbose |
Integer. The verbose level, default 1. |
Value
No return value
[Package DockerParallel version 1.0.4 Index]