April 23, 2013
View 03e4704

Merge pull request #442 from dotcloud/fix_deleted_file_diff

Guillaume J. Charmes authored on 2013/04/23 10:23:46
April 22, 2013
View baacae8

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

Solomon Hykes authored on 2013/04/22 06:23:55
April 20, 2013
View e49af5b

Use aufs to handle parents whitouts instead of doing it manually

Guillaume J. Charmes authored on 2013/04/20 08:33:25
April 18, 2013
View 4ef2d5c

Added 'author' field to the image format

Solomon Hykes authored on 2013/04/18 11:58:17
April 15, 2013
View ac49a79

try to load aufs module, disply error on failure

Victor Vieux authored on 2013/04/15 19:05:46
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 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 27, 2013
View 141b5fc

Simplify id generation

Jonathan Rudenberg authored on 2013/03/27 05:46:27
March 24, 2013
View 190e2fa

Generate full-size SHA256 IDs for images and containers

Solomon Hykes authored on 2013/03/24 11:33:00
View 0146c80

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

Solomon Hykes authored on 2013/03/24 06:48:16
March 22, 2013
View da266e6

Factorize the pull/push commands and create a registry.go

creack authored on 2013/03/22 02:10:14
View f50dcbe

Image.ParentCommand and Image.ParentConatiner should be stored

Solomon Hykes authored on 2013/03/22 14:45:22
View 05ae69a

'docker commit' records parent container id and command, in addition to parent image

Solomon Hykes authored on 2013/03/22 13:13:27
View ef71196

Folded graph/ back into main package

Solomon Hykes authored on 2013/03/22 09:47:23
March 21, 2013
View eef9659

merge graph in graph

creack authored on 2013/03/21 22:35:57