docker.run | R Documentation |
This is an internal function executing a docker container. Not to be used by users.
docker.run(params = NULL, changeUID = TRUE, debug = FALSE)
params |
a character string containing all parameters needed to run the docker container. |
0 if success, 1 if parameters are missing, 2 if dockerid file is present, 3 if docker execution fails.
Beccuti Marco, Castagno Paolo, Pernice Simone
## Not run:
#running runDocker
docker.run(params=NULL, changeUID=TRUE, debug=FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.