Cloud API Overview > @adpt/cloud > docker > BindMount
docker.BindMount interface
Describes bind mount filesystems to be mounted in a container.
Signature:
export interface BindMount
Properties
Property | Type | Description |
---|---|---|
destination | string | |
propagation | "shared" | "slave" | "private" | "rshared" | "rslave" | "rprivate" | |
readonly | boolean | |
source | string | |
type | "bind" |