Documentation
¶
Index ¶
- Constants
- func ChainID(dgsts []digest.Digest) digest.Digest
- type Box
- type Descriptor
- type History
- type Hook
- type Hooks
- type Image
- type ImageConfig
- type ImageLayout
- type Index
- type Linux
- type LinuxBlockIO
- type LinuxCPU
- type LinuxCapabilities
- type LinuxMemory
- type LinuxNamespace
- type LinuxPids
- type LinuxResources
- type LinuxSeccomp
- type Manifest
- type Mount
- type POSIXRlimit
- type Platform
- type Process
- type Root
- type RootFS
- type Spec
- type State
- type Versioned
- type Windows
Constants ¶
View Source
const ( MediaTypeImageManifest = images.MediaTypeImageManifest MediaTypeImageConfig = images.MediaTypeImageConfig MediaTypeImageLayerZstd = images.MediaTypeImageLayerZstd MediaTypeImageLayerGzip = images.MediaTypeImageLayerGzip MediaTypeImageIndex = images.MediaTypeImageIndex MediaTypeImageLayer = images.MediaTypeImageLayer )
View Source
const ( CgroupNamespace = runtime.CgroupNamespace IPCNamespace = runtime.IPCNamespace PIDNamespace = runtime.PIDNamespace UTSNamespace = runtime.UTSNamespace NetworkNamespace = runtime.NetworkNamespace )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Descriptor ¶
type Descriptor = images.Descriptor
type ImageConfig ¶
type ImageConfig = images.ImageConfig
type ImageLayout ¶
type ImageLayout = images.ImageLayout
type LinuxBlockIO ¶
type LinuxBlockIO = runtime.LinuxBlockIO
type LinuxCapabilities ¶
type LinuxCapabilities = runtime.LinuxCapabilities
type LinuxMemory ¶
type LinuxMemory = runtime.LinuxMemory
type LinuxNamespace ¶
type LinuxNamespace = runtime.LinuxNamespace
type LinuxResources ¶
type LinuxResources = runtime.LinuxResources
type LinuxSeccomp ¶
type LinuxSeccomp = specs.LinuxSeccomp
type POSIXRlimit ¶
type POSIXRlimit = runtime.POSIXRlimit
Click to show internal directories.
Click to hide internal directories.