Versions in this module Expand all Collapse all v0 v0.11.0 May 7, 2014 v0.10.0 Apr 8, 2014 Changes in this version + func StoreImage(img *Image, jsonData []byte, layerData archive.ArchiveReader, ...) error + type Graph interface + Driver func() graphdriver.Driver + Get func(id string) (*Image, error) + ImageRoot func(id string) string + type Image struct + Architecture string + Author string + Comment string + Config *runconfig.Config + Container string + ContainerConfig runconfig.Config + Created time.Time + DockerVersion string + ID string + OS string + Parent string + Size int64 + func LoadImage(root string) (*Image, error) + func NewImgJSON(src []byte) (*Image, error) + func (img *Image) Depth() (int, error) + func (img *Image) GetParent() (*Image, error) + func (img *Image) GetParentsSize(size int64) int64 + func (img *Image) History() ([]*Image, error) + func (img *Image) SaveSize(root string) error + func (img *Image) SetGraph(graph Graph) + func (img *Image) TarLayer() (arch archive.Archive, err error) + func (img *Image) WalkHistory(handler func(*Image) error) (err error)