View source: R/launcher-functions.R
launcherContainer | R Documentation |
Define a launcher container, suitable for use with the container
argument to launcherSubmitJob()
.
launcherContainer(image, runAsUserId = NULL, runAsGroupId = NULL)
image |
The container image to use. |
runAsUserId |
The user id to run as within the container. Defaults to the container-specified user. |
runAsGroupId |
The group id to run as within the container. Defaults to the container-specified group. |
Other job-launcher functionality:
launcherAvailable()
,
launcherConfig()
,
launcherControlJob()
,
launcherGetInfo()
,
launcherGetJob()
,
launcherGetJobs()
,
launcherHostMount()
,
launcherNfsMount()
,
launcherPlacementConstraint()
,
launcherResourceLimit()
,
launcherSubmitJob()
,
launcherSubmitR()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.