ContainerHostBatchBindMountEntryOutput interface
The entry of path and mount mode you want to mount into task container.
Properties
| is |
Mount this source path as read-only mode or not. Default value is false (read/write mode). For Linux, if you mount this path as a read/write mode, this does not mean that all users in container have the read/write access for the path, it depends on the access in host VM. If this path is mounted read-only, all users within the container will not be able to modify the path. |
| source | The path which be mounted to container customer can select. Possible values: "Shared", "Startup", "VfsMounts", "Task", "JobPrep", "Applications" |
Property Details
isReadOnly
Mount this source path as read-only mode or not. Default value is false (read/write mode). For Linux, if you mount this path as a read/write mode, this does not mean that all users in container have the read/write access for the path, it depends on the access in host VM. If this path is mounted read-only, all users within the container will not be able to modify the path.
isReadOnly?: boolean
Property Value
boolean
source
The path which be mounted to container customer can select.
Possible values: "Shared", "Startup", "VfsMounts", "Task", "JobPrep", "Applications"
source?: string
Property Value
string