Guillaume J. Charmes
|
03e4704ae5
|
Merge pull request #442 from dotcloud/fix_deleted_file_diff
Use aufs to handle parents whiteouts instead of doing it manually
|
2013-04-22 18:23:46 -07:00 |
|
Solomon Hykes
|
baacae8345
|
'docker push' buffers filesystem archives on disk instead of memory.
|
2013-04-21 14:23:55 -07:00 |
|
Guillaume J. Charmes
|
e49af5b6de
|
Use aufs to handle parents whitouts instead of doing it manually
|
2013-04-19 16:33:25 -07:00 |
|
Solomon Hykes
|
4ef2d5c1e6
|
Added 'author' field to the image format
|
2013-04-17 19:58:17 -07:00 |
|
Victor Vieux
|
ac49a797b4
|
try to load aufs module, disply error on failure
|
2013-04-15 12:05:46 +02:00 |
|
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
|
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 |
|
Jonathan Rudenberg
|
141b5fc7d7
|
Simplify id generation
Instead of using a SHA-256 of a random number, hex encode 32 bytes
of random data from crypto/rand (sourced from /dev/urandom).
|
2013-03-26 19:29:44 -04:00 |
|
Solomon Hykes
|
190e2fa50f
|
Generate full-size SHA256 IDs for images and containers
|
2013-03-23 19:33:00 -07:00 |
|
Solomon Hykes
|
0146c80c40
|
An image embeds the configuration of its parent container ('ContainerConfig')
|
2013-03-23 14:48:16 -07:00 |
|
creack
|
da266e6c7b
|
Factorize the pull/push commands and create a registry.go
|
2013-03-21 10:10:14 -07:00 |
|
Solomon Hykes
|
f50dcbe404
|
Image.ParentCommand and Image.ParentConatiner should be stored
|
2013-03-21 22:45:22 -07:00 |
|
creack
|
eef9659c95
|
merge graph in graph
|
2013-03-21 06:35:57 -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
|
ef711962d5
|
Folded graph/ back into main package
|
2013-03-21 17:47:23 -07:00 |
|
creack
|
864a8d9aca
|
Merge branch 'graph' of github.com:dotcloud/docker into graph
|
2013-03-21 03:54:24 -07:00 |
|