View source: R/launcher-functions.R
| launcherHostMount | R Documentation |
Define a launcher host mount, suitable for use with the mounts
argument to launcherSubmitJob(). This can
be used to mount a path from the host into the generated container.
launcherHostMount(path, mountPath, readOnly = TRUE)
path |
The host path to be mounted. |
mountPath |
The destination path for the mount in the container. |
readOnly |
Boolean; should the path be mounted read-only? |
Other job-launcher functionality:
launcherAvailable(),
launcherConfig(),
launcherContainer(),
launcherControlJob(),
launcherGetInfo(),
launcherGetJob(),
launcherGetJobs(),
launcherNfsMount(),
launcherPlacementConstraint(),
launcherResourceLimit(),
launcherSubmitJob(),
launcherSubmitR()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.