launcherContainer: Define a Workbench Launcher Container

View source: R/launcher-functions.R

launcherContainerR Documentation

Define a Workbench Launcher Container

Description

Define a launcher container, suitable for use with the container argument to launcherSubmitJob().

Usage

launcherContainer(image, runAsUserId = NULL, runAsGroupId = NULL)

Arguments

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.

See Also

Other job-launcher functionality: launcherAvailable(), launcherConfig(), launcherControlJob(), launcherGetInfo(), launcherGetJobs(), launcherGetJob(), launcherHostMount(), launcherNfsMount(), launcherPlacementConstraint(), launcherResourceLimit(), launcherSubmitJob(), launcherSubmitR()


rstudioapi documentation built on July 9, 2023, 6:59 p.m.