Solomon Hykes
|
8bfbdd7afa
Add versioning to docker image format. IMPORTANT: the format versioning is pegged to docker's versioning, so changes to the format MUST trigger an increment in version number.
|
12 years ago |
Solomon Hykes
|
5d3c0767da
Simplified Graph.Delete() - no more garbage collecting, just atomic deregister then os.RemoveAll
|
12 years ago |
Solomon Hykes
|
ff5cb8e864
Images can be removed by short-hand ID. Solves #306.
|
12 years ago |
Caleb Spare
|
13d2b08638
A few spelling/grammar corrections.
|
12 years ago |
Solomon Hykes
|
1632566ecb
Show shorthand image IDs for convenience. Shorthand IDs (or any non-conflicting prefix) can be used to lookup images
|
12 years ago |
Solomon Hykes
|
99b36c2c32
Add comments in graph.go
|
12 years ago |
Solomon Hykes
|
19316955dd
Merge remote-tracking branch 'origin/174-remove_image_twice-fix'
|
12 years ago |
Guillaume J. Charmes
|
004a5310d9
Try to fetch missing base only on "not found" error
|
12 years ago |
Guillaume J. Charmes
|
069918e1fd
#174 Check if the image is already in the garbage before moving it. If it does, remove (really) the older one.
|
12 years ago |
Solomon Hykes
|
d301c7b98c
'docker images' doesn't show all anonymous images by default - only anonymous heads
|
12 years ago |
Solomon Hykes
|
0146c80c40
An image embeds the configuration of its parent container ('ContainerConfig')
|
12 years ago |
Solomon Hykes
|
05ae69a6eb
'docker commit' records parent container id and command, in addition to parent image
|
12 years ago |
Solomon Hykes
|
379d449c44
'docker run' can reference an image by REPOSITORY:TAG
|
12 years ago |
Solomon Hykes
|
ef711962d5
Folded graph/ back into main package
|
12 years ago |