moby--moby/image
Tonis Tiigi 01ba0a935b Add image store
The image store abstracts image handling. It keeps track of the
available images, and makes it possible to delete existing images or
register new ones. The image store holds references to the underlying
layers for each image.

The image/v1 package provides compatibility functions for interoperating
with older (non-content-addressable) image structures.

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2015-11-24 09:40:24 -08:00
..
spec Carry of PR #13520 2015-06-13 09:27:30 -07:00
tarexport Add image store 2015-11-24 09:40:24 -08:00
v1 Add image store 2015-11-24 09:40:24 -08:00
fs.go Add image store 2015-11-24 09:40:24 -08:00
fs_test.go Add image store 2015-11-24 09:40:24 -08:00
image.go Add image store 2015-11-24 09:40:24 -08:00
image_test.go Add image store 2015-11-24 09:40:24 -08:00
rootfs.go Add image store 2015-11-24 09:40:24 -08:00
rootfs_unix.go Add image store 2015-11-24 09:40:24 -08:00
rootfs_windows.go Add image store 2015-11-24 09:40:24 -08:00
store.go Add image store 2015-11-24 09:40:24 -08:00
store_test.go Add image store 2015-11-24 09:40:24 -08:00