Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

launcherHostMount

Define a Launcher Host Mount


Description

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.

Usage

launcherHostMount(path, mountPath, readOnly = TRUE)

Arguments

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?

See Also


rstudioapi

Safely Access the RStudio API

v0.13
MIT + file LICENSE
Authors
Kevin Ushey [aut, cre], JJ Allaire [aut], Hadley Wickham [aut], Gary Ritchie [aut], RStudio [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.