ContainerHostBatchBindMountEntryResponse

data class ContainerHostBatchBindMountEntryResponse(val isReadOnly: Boolean? = null, val source: String? = null)

Constructors

Link copied to clipboard
constructor(isReadOnly: Boolean? = null, source: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val isReadOnly: Boolean? = null

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.

Link copied to clipboard
val source: String? = null