runDockerServer {DockerParallel} | R Documentation |
Run or stop the server container
Description
Run or stop the server. These functions will not be called if the server is not managed by the provider. There is no default method for these generics.
Usage
runDockerServer(provider, cluster, container, hardware, verbose)
stopDockerServer(provider, cluster, verbose)
Arguments
provider |
S4 |
cluster |
S4 |
container |
S4 |
hardware |
S4 |
verbose |
Integer. The verbose level, default 1. |
Value
No return value, if error occurs, the function can throw an error.
[Package DockerParallel version 1.0.4 Index]