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.
|
2013-04-04 18:38:43 -07:00 |
|
Solomon Hykes
|
5d3c0767da
|
Simplified Graph.Delete() - no more garbage collecting, just atomic deregister then os.RemoveAll
|
2013-04-03 22:14:28 -07:00 |
|
Solomon Hykes
|
ff5cb8e864
|
Images can be removed by short-hand ID. Solves #306.
|
2013-04-01 16:04:44 -07:00 |
|
Caleb Spare
|
13d2b08638
|
A few spelling/grammar corrections.
|
2013-04-01 12:56:50 -07:00 |
|
Solomon Hykes
|
1632566ecb
|
Show shorthand image IDs for convenience. Shorthand IDs (or any non-conflicting prefix) can be used to lookup images
|
2013-03-31 22:11:55 -07:00 |
|
Solomon Hykes
|
99b36c2c32
|
Add comments in graph.go
|
2013-03-29 21:13:59 -07:00 |
|
Solomon Hykes
|
19316955dd
|
Merge remote-tracking branch 'origin/174-remove_image_twice-fix'
|
2013-03-28 11:48:41 -07:00 |
|
Guillaume J. Charmes
|
004a5310d9
|
Try to fetch missing base only on "not found" error
|
2013-03-26 05:28:17 -07:00 |
|
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.
|
2013-03-26 03:33:47 -07:00 |
|
Solomon Hykes
|
d301c7b98c
|
'docker images' doesn't show all anonymous images by default - only anonymous heads
|
2013-03-23 17:03:30 -07:00 |
|
Solomon Hykes
|
0146c80c40
|
An image embeds the configuration of its parent container ('ContainerConfig')
|
2013-03-23 14:48:16 -07:00 |
|
Solomon Hykes
|
05ae69a6eb
|
'docker commit' records parent container id and command, in addition to parent image
|
2013-03-21 21:13:27 -07:00 |
|
Solomon Hykes
|
379d449c44
|
'docker run' can reference an image by REPOSITORY:TAG
|
2013-03-21 19:01:55 -07:00 |
|
Solomon Hykes
|
ef711962d5
|
Folded graph/ back into main package
|
2013-03-21 17:47:23 -07:00 |
|