April 22, 2013
View 965e8a0

'docker push' shows an additional progress bar while it buffers the archive to disk. Fixes #451.

Solomon Hykes authored on 2013/04/22 07:29:26
View baacae8

'docker push' buffers filesystem archives on disk instead of memory.

Solomon Hykes authored on 2013/04/22 06:23:55
April 18, 2013
View 4ef2d5c

Added 'author' field to the image format

Solomon Hykes authored on 2013/04/18 11:58:17
View 13d9e26

Fix the behavior of Graph.Register so that it can be interrupted without side effect

Solomon Hykes authored on 2013/04/18 08:35:22
April 5, 2013
View 8bfbdd7

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.

Solomon Hykes authored on 2013/04/05 10:38:43
April 4, 2013
View 5d3c076

Simplified Graph.Delete() - no more garbage collecting, just atomic deregister then os.RemoveAll

Solomon Hykes authored on 2013/04/04 14:14:28
April 2, 2013
View ff5cb8e

Images can be removed by short-hand ID. Solves #306.

Solomon Hykes authored on 2013/04/02 08:04:44
April 1, 2013
View 1632566

Show shorthand image IDs for convenience. Shorthand IDs (or any non-conflicting prefix) can be used to lookup images

Solomon Hykes authored on 2013/04/01 14:11:55
March 30, 2013
View 13d2b08

A few spelling/grammar corrections.

Caleb Spare authored on 2013/03/30 16:22:24
View 99b36c2

Add comments in graph.go

Solomon Hykes authored on 2013/03/30 13:13:59
March 29, 2013
View 1931695

Merge remote-tracking branch 'origin/174-remove_image_twice-fix'

Solomon Hykes authored on 2013/03/29 03:48:41
March 26, 2013
View 004a531

Try to fetch missing base only on "not found" error

Guillaume J. Charmes authored on 2013/03/26 21:28:17
View 069918e

#174 Check if the image is already in the garbage before moving it. If it does, remove (really) the older one.

Guillaume J. Charmes authored on 2013/03/26 19:33:47
March 24, 2013
View d301c7b

'docker images' doesn't show all anonymous images by default - only anonymous heads

Solomon Hykes authored on 2013/03/24 09:03:30
View 0146c80

An image embeds the configuration of its parent container ('ContainerConfig')

Solomon Hykes authored on 2013/03/24 06:48:16