VolumeMount
Describes a volume mount from a host to container.
Name | @id | Type | Description | Inherited from |
---|---|---|---|---|
mountDestination (required) | stencila:mountDestination | string |
The mount location inside the container. | VolumeMount |
type (required) | schema:type | enum{ VolumeMount } |
The name of the type. | Entity |
alternateNames | schema:alternateName | array[ string ] |
Alternate names (aliases) for the item. | Thing |
description | schema:description | array[ BlockContent ] | array[ InlineContent ] | string |
A description of the item. | Thing |
id | schema:id | string |
The identifier for this item. | Entity |
identifiers | schema:identifier | array[ PropertyValue | string ] |
Any kind of identifier for any kind of Thing. | Thing |
images | schema:image | array[ ImageObject | string:uri ] |
Images of the item. | Thing |
meta | stencila:meta | object |
Metadata associated with this item. | Entity |
mountOptions | stencila:mountOptions | array[ string ] |
A list of options to use when applying the mount. | VolumeMount |
mountSource | stencila:mountSource | string |
The mount source directory on the host. | VolumeMount |
mountType | stencila:mountType | string |
The type of mount. | VolumeMount |
name | schema:name | string |
The name of the item. | Thing |
url | schema:url | string:uri |
The URL of the item. | Thing |
Parent: Thing
Descendants: None
As: JSON-LD JSON-Schema
Note: This documentation was
autogenerated from VolumeMount.schema.yaml
.
Please help improve these docs (and show how we humans 💁 can do better than bots 🤖!) by
creating a Markdown documentation
file🙏