runDocker | R Documentation |
This is an internal function executing a docker container. Not to be used by users.
runDocker(group = "docker", params = NULL, DockerSwarm = FALSE)
group |
a character string. Two options: |
params |
a character string containing all parameters needed to tun the docker container |
DockerSwarm |
a bolean value used to enable docker execution in swarm mode. |
0 if success, 1 if parameters are missing, 2 if the group is neither sudo or docker, 3 if docker execution fails.
Raffaele Calogero
## Not run:
#running runDocker
runDocker(group="docker", params=NULL)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.