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 CloudProvider object. The service provider.

cluster

S4 DockerCluster object.

container

S4 DockerContainer Object. The server container.

hardware

S4 DockerHardware Object. The server hardware.

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]