MountInfo
A mount of a container, as reported by
Container.state.
Fields
mode @ (Str | nil)Mount mode, as the runtime reports it.
name @ (Str | nil)Volume name.
propagation @ (Str | nil)Bind propagation, as the runtime reports it.
readonly @ BoolWhether the mount is read-only.
source @ (fs.Path | nil)Source on the host.
target @ (fs.Path | nil)Mount point in the container.
type @ (:BIND: | :VOLUME: | :TMPFS: | :IMAGE: | :NPIPE: | :CLUSTER: | Str | nil)Mount type, or the runtime's own name for an unrecognized one.