Define a launcher container, suitable for use with the container
argument to launcherSubmitJob()
.
launcherContainer(image, runAsUserId = NULL, runAsGroupId = NULL)
The container image to use.
The user id to run as within the container. Defaults to the container-specified user.
The group id to run as within the container. Defaults to the container-specified group.
Other job-launcher functionality:
launcherAvailable()
,
launcherConfig()
,
launcherControlJob()
,
launcherGetInfo()
,
launcherGetJobs()
,
launcherGetJob()
,
launcherHostMount()
,
launcherNfsMount()
,
launcherPlacementConstraint()
,
launcherResourceLimit()
,
launcherSubmitJob()
,
launcherSubmitR()