Get desktop application:
View/edit binary Protocol Buffers messages
Descriptor describes a blob in a content store. This descriptor can be used to reference content from an oci descriptor found in a manifest. See https://godoc.org/github.com/opencontainers/image-spec/specs-go/v1#Descriptor
Used in: , , , , ,
Used in:
Mount describes mounts for a container. This type is the lingua franca of ContainerD. All services provide mounts to be used with the container at creation time. The Mount type follows the structure of the mount syscall, including a type, source, target and options.
Used in: , , , , ,
Type defines the nature of the mount.
Source specifies the name of the mount. Depending on mount type, this may be a volume name or a host path, or even ignored.
Target path in container
Options specifies zero or more fstab style mount options.
Platform follows the structure of the OCI platform specification, from descriptors.
Used in: