Solomon Hykes
|
a216712f3c
'docker images' lists images in reverse creation order
|
12 years ago |
Solomon Hykes
|
68e173ad50
Merge branch store_register_refactor
|
12 years ago |
Ken Cochrane
|
f0a65207ab
changed the fs.store.Register and fs.store.Create, so that it is a little cleaner, and easier to reuse. Also added a unit test
|
12 years ago |
Solomon Hykes
|
f3d826447d
Merge branch 'master' of ssh://github.com/dotcloud/docker
|
12 years ago |
Solomon Hykes
|
f5f26a510f
'docker inspect' supports pinned versions again (eg. 'docker inspect PATH:revision')
|
12 years ago |
Guillaume J. Charmes
|
804abddec1
Add fixme for the change detection
|
12 years ago |
shin-
|
c3622a963d
Re-enabled docker rmi
|
12 years ago |
creack
|
77272bea9c
Merge branch 'master' into 32-aufs_delete_fix
|
12 years ago |
creack
|
7cc512c7c0
Fix issue #32, aufs now take into consideration deleted files
|
12 years ago |
creack
|
453d49573c
Put back the github.com path for the import
|
12 years ago |
Guillaume J. Charmes
|
d24ce7dfd1
Merge branch 'fs' of https://github.com/dotcloud/docker into fs
|
12 years ago |
shin-
|
de50c9c4e8
'docker run' works with paths as well as image IDs
|
12 years ago |
Guillaume J. Charmes
|
45a8bba15e
gofmt
|
12 years ago |
Guillaume J. Charmes
|
2664668388
Add parent when needed on store.Create, fix the mountpoint on store.layer.
|
12 years ago |
shin-
|
63dd8f1018
Re-enabled cat, write and ls ; Added creation date to image metadata
|
12 years ago |
Guillaume J. Charmes
|
e0b09d4933
Add "nuke" function to docker tests to avoid disk space waste
|
12 years ago |
shin-
|
2441edf1a3
Merged upstream changes in fs branch
|
12 years ago |
shin-
|
97a8209438
Merged master branch into fs
|
12 years ago |
Solomon Hykes
|
b5b2f005eb
Fixed a bug which caused dockerd to not create its DB if an empty /var/lib/docker/images existed; fixed a bug which caused dockerd to not create missing tables in the images DB.
|
12 years ago |
Solomon Hykes
|
4474cd5677
Fixed a bug which caused docker to crash at startup while restoring existing containers
|
12 years ago |
Solomon Hykes
|
c59fff422f
gofmt
|
12 years ago |
shin-
|
93ba6dd82b
Plugged in image store in front-end (some commands are deactivated right now, will progressively reintroduce them
|
12 years ago |
shin-
|
2ebf3464a1
Halfway through fs branch fixes, TestUser not passing
|
12 years ago |
shin-
|
b4ea31e1de
Implementing mounting/unmounting of images. Currently missing Mounpoint#Deregister
|
12 years ago |
shin-
|
8002af43fb
Better error context when failing to create a new image. Added basic tag support + unit tests
|
12 years ago |
Solomon Hykes
|
6372a1a0d0
docker/fs: initial support for filesystem layers (adapted from image/layers.go)
|
12 years ago |
Solomon Hykes
|
1531848ca6
Getting started with mountpoints
|
12 years ago |
Solomon Hykes
|
aab32e1012
Fix store.Register()
|
12 years ago |
Solomon Hykes
|
07b6bc3fc7
fs.store.Get(): use gorp.Get() instead of gorp.Select()
|
12 years ago |
Solomon Hykes
|
902d660d2f
docker/fs: a robust filesytem store
|
12 years ago |