@stencila/schema
Version:
Stencila schema and other specifications
29 lines (28 loc) • 726 B
YAML
title: Mount
'@id': stencila:Mount
$extends: ../Thing.schema.yaml
role: tertiary
status: experimental
description: |
Describes a volume mount from a host to container.
properties:
mountSource:
'@id': stencila:mountSource
description: The mount source directory on the host.
type: string
mountDestination:
'@id': stencila:mountDestination
description: The mount location inside the container.
type: string
mountOptions:
'@id': stencila:mountOptions
type: array
description: A list of options to use when applying the mount.
items:
- type: string
mountType:
'@id': stencila:mountType
type: string
description: The type of mount.
required:
- mountDestination