getDockerServerIp,DummyProvider-method {DockerParallel} | R Documentation |
Create a Dummy provider for testing the container
Description
This function always returns
list(publicIp = "8.8.8.8", publicPort = 123, privateIp = "192.168.1.1", privatePort = 456)
Usage
## S4 method for signature 'DummyProvider'
getDockerServerIp(provider, cluster, verbose)
Arguments
provider |
S4 |
cluster |
S4 |
verbose |
Integer. The verbose level, default 1. |
Value
No return value
[Package DockerParallel version 1.0.4 Index]