Documentation ¶
Overview ¶
Package legacy provides functionality to work with docker images in the v1 format. See: https://github.com/moby/moby/blob/master/image/spec/v1.md
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LayerConfigFile ¶
type LayerConfigFile struct { v1.ConfigFile ContainerConfig v1.Config `json:"container_config,omitempty"` ID string `json:"id,omitempty"` Parent string `json:"parent,omitempty"` Throwaway bool `json:"throwaway,omitempty"` Comment string `json:"comment,omitempty"` }
LayerConfigFile is the configuration file that holds the metadata describing a v1 layer. See: https://github.com/moby/moby/blob/master/image/spec/v1.md
Directories ¶
Path | Synopsis |
---|---|
Package tarball provides facilities for writing v1 docker images (https://github.com/moby/moby/blob/master/image/spec/v1.md) from/to a tarball on-disk.
|
Package tarball provides facilities for writing v1 docker images (https://github.com/moby/moby/blob/master/image/spec/v1.md) from/to a tarball on-disk. |
Click to show internal directories.
Click to hide internal directories.