Docker 0.7 runs on all Linux distributions
blog.docker.io
Docker 0.7 runs on all Linux distributions
1–10 of 131 posts
Re: Docker 0.7 runs on all Linux distributions
#2To remove the hard dependency on the AUFS patches, we moved it to an optional storage driver, and shipped a second driver which uses thin LVM snapshots (via libdevmapper) for copy-on-write. The big advantage of devicemapper/lvm, of course, is that it's part of the mainline kernel.
If your system supports AUFS, Docker will continue to use the AUFS driver. Otherwise it will pick lvm. Either way, the image format is preserved and all images on the docker index (http://index.docker.io) or any instance of the open-source registry will continue to work on all drivers.
It's pretty easy to develop new drivers, and there is a btrfs one on the way: https://github.com/shykes/docker/pull/65
If you want to hack your own driver, there are basically 4 methods you need to implement: Create, Get, Remove and Cleanup. Take a look at the graphdriver/ package: https://github.com/dotcloud/docker/tree/master/graphdriver
As usual don't hesitate to come ask questions on IRC! #docker/freenode for users, #docker-dev/freenode for aspiring contributors.
Re: Docker 0.7 runs on all Linux distributions
#3Re: Docker 0.7 runs on all Linux distributions
#4Re: Docker 0.7 runs on all Linux distributions
#5Re: Docker 0.7 runs on all Linux distributions
#6A few details on the "standard linux support" part. To remove the hard dependency on the AUFS patches, we moved it to an optional storage driver, and shipped a second driver which uses thin LVM snapshots (via libdevmapper) for copy-on-write. The big advantage of devicemapper/lvm, of course, is that it's part of the mainline kernel. If your system supports AUFS, Docker will continue to use the AUFS driver. Otherwise i…
Re: Docker 0.7 runs on all Linux distributions
#7Re: Docker 0.7 runs on all Linux distributions
#8It's just s/distrubtions/distributions/, obviously.
Re: Docker 0.7 runs on all Linux distributions
#9Can this reduce the time it takes me to put up and Ubuntu installation on Digital Ocean?
Is this more for larger companies ?
Re: Docker 0.7 runs on all Linux distributions
#10Annoying typo in the submission's title, it would be awesome if someone could fix that. It's just s/distrubtions/distributions/, obviously.