Class Mount (0.2.3)

Mount(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Carries information about a particular disk mount inside a container.

Attributes

NameDescription
disk str
The name of the disk to mount, as specified in the resources section.
path str
The path to mount the disk inside the container.
read_only bool
If true, the disk is mounted read-only inside the container.