1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
Commit graph

27 commits

Author SHA1 Message Date
Solomon Hykes
f3d826447d Merge branch 'master' of ssh://github.com/dotcloud/docker 2013-03-13 13:24:16 -07:00
Solomon Hykes
f5f26a510f 'docker inspect' supports pinned versions again (eg. 'docker inspect PATH:revision') 2013-03-13 13:23:59 -07:00
Guillaume J. Charmes
804abddec1 Add fixme for the change detection 2013-03-13 13:03:29 -07:00
shin-
c3622a963d Re-enabled docker rmi 2013-03-13 11:14:37 -07:00
creack
77272bea9c Merge branch 'master' into 32-aufs_delete_fix 2013-03-13 01:18:55 -07:00
creack
7cc512c7c0 Fix issue #32, aufs now take into consideration deleted files 2013-03-13 01:17:03 -07:00
creack
453d49573c Put back the github.com path for the import 2013-03-12 11:59:27 -07:00
Guillaume J. Charmes
d24ce7dfd1 Merge branch 'fs' of https://github.com/dotcloud/docker into fs 2013-03-12 05:37:07 -07:00
shin-
de50c9c4e8 'docker run' works with paths as well as image IDs 2013-03-12 05:57:19 -07:00
Guillaume J. Charmes
45a8bba15e gofmt 2013-03-12 05:36:37 -07:00
Guillaume J. Charmes
2664668388 Add parent when needed on store.Create, fix the mountpoint on store.layer. 2013-03-12 05:23:13 -07:00
shin-
63dd8f1018 Re-enabled cat, write and ls ; Added creation date to image metadata 2013-03-12 04:24:26 -07:00
Guillaume J. Charmes
e0b09d4933 Add "nuke" function to docker tests to avoid disk space waste 2013-03-12 00:08:41 -07:00
shin-
2441edf1a3 Merged upstream changes in fs branch 2013-03-11 05:50:09 -07:00
shin-
97a8209438 Merged master branch into fs 2013-03-11 05:42:36 -07:00
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. 2013-03-09 19:56:33 -08:00
Solomon Hykes
4474cd5677 Fixed a bug which caused docker to crash at startup while restoring existing containers 2013-03-09 19:49:09 -08:00
Solomon Hykes
c59fff422f gofmt 2013-03-09 19:44:09 -08:00
shin-
93ba6dd82b Plugged in image store in front-end (some commands are deactivated right now, will progressively reintroduce them 2013-03-08 10:48:22 -08:00
shin-
2ebf3464a1 Halfway through fs branch fixes, TestUser not passing 2013-02-26 17:45:46 -08:00
shin-
b4ea31e1de Implementing mounting/unmounting of images. Currently missing Mounpoint#Deregister 2013-02-21 23:01:30 -08:00
shin-
8002af43fb Better error context when failing to create a new image. Added basic tag support + unit tests 2013-02-18 21:10:19 -08:00
Solomon Hykes
6372a1a0d0 docker/fs: initial support for filesystem layers (adapted from image/layers.go) 2013-02-18 15:25:43 -08:00
Solomon Hykes
1531848ca6 Getting started with mountpoints 2013-02-15 21:51:36 -08:00
Solomon Hykes
aab32e1012 Fix store.Register() 2013-02-15 21:50:59 -08:00
Solomon Hykes
07b6bc3fc7 fs.store.Get(): use gorp.Get() instead of gorp.Select() 2013-02-15 21:48:04 -08:00
Solomon Hykes
902d660d2f docker/fs: a robust filesytem store 2013-02-15 18:46:46 -08:00