VolumeMount {stencilaschema}R Documentation

Describes a volume mount from a host to container.

Description

Describes a volume mount from a host to container.

Usage

VolumeMount(
  mountDestination,
  alternateNames,
  description,
  id,
  identifiers,
  images,
  meta,
  mountOptions,
  mountSource,
  mountType,
  name,
  url
)

Arguments

mountDestination

The mount location inside the container. Required.

alternateNames

Alternate names (aliases) for the item.

description

A description of the item.

id

The identifier for this item.

identifiers

Any kind of identifier for any kind of Thing.

images

Images of the item.

meta

Metadata associated with this item.

mountOptions

A list of options to use when applying the mount.

mountSource

The mount source directory on the host.

mountType

The type of mount.

name

The name of the item.

url

The URL of the item.

Value

A list of class VolumeMount

See Also

Thing


[Package stencilaschema version 1.0.0 Index]