Versions in this module Expand all Collapse all v0 v0.11.1 May 8, 2014 v0.10.0 Apr 8, 2014 Changes in this version + const DEFAULTTAG + func SetupInitLayer(initLayer string) error + type Graph struct + Root string + func NewGraph(root string, driver graphdriver.Driver) (*Graph, error) + func (graph *Graph) ByParent() (map[string][]*image.Image, error) + func (graph *Graph) Create(layerData archive.ArchiveReader, ...) (*image.Image, error) + func (graph *Graph) Delete(name string) error + func (graph *Graph) Driver() graphdriver.Driver + func (graph *Graph) Exists(id string) bool + func (graph *Graph) Get(name string) (*image.Image, error) + func (graph *Graph) Heads() (map[string]*image.Image, error) + func (graph *Graph) ImageRoot(id string) string + func (graph *Graph) IsNotExist(err error) bool + func (graph *Graph) Map() (map[string]*image.Image, error) + func (graph *Graph) Mktemp(id string) (string, error) + func (graph *Graph) Register(jsonData []byte, layerData archive.ArchiveReader, img *image.Image) (err error) + func (graph *Graph) TempLayerArchive(id string, compression archive.Compression, sf *utils.StreamFormatter, ...) (*archive.TempArchive, error) + type Repository map[string]string + type TagStore struct + Repositories map[string]Repository + func NewTagStore(path string, graph *Graph) (*TagStore, error) + func (store *TagStore) ByID() map[string][]string + func (store *TagStore) Delete(repoName, tag string) (bool, error) + func (store *TagStore) DeleteAll(id string) error + func (store *TagStore) Get(repoName string) (Repository, error) + func (store *TagStore) GetImage(repoName, tagOrID string) (*image.Image, error) + func (store *TagStore) ImageName(id string) string + func (store *TagStore) LookupImage(name string) (*image.Image, error) + func (store *TagStore) Reload() error + func (store *TagStore) Save() error + func (store *TagStore) Set(repoName, tag, imageName string, force bool) error