runDocker.Rd
This is an internal function executing a docker container. Not to be used by users.
runDocker(group = "docker", params = NULL, DockerSwarm = FALSE)
a character string. Two options: "sudo"
or "docker"
, depending to which group the user belongs
a character string containing all parameters needed to tun the docker container
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.
if (FALSE) {
#running runDocker
runDocker(group="docker", params=NULL)
}