Docker progress?

A few people were buzzing about docker at ChefConf. Has anyone made any
progress? I’m still in the “idea” phase but it seems like docker could be a
useful tool, particularly for some of our “problem” apps.

i spent a small amount of time trying to get it running with CentOS/RHEL 6,
but the dependencies it has on the kernel are pretty stringent - it needs
AUFS, and it also uses iproute to configure bridges (rather than brctl),
which as far as I could tell isn't supported/exposed by the version of
iproute in rhel6.
If you're using a modern ubuntu/debian/fedora it looks really interesting.

On Mon, May 6, 2013 at 4:52 PM, Brian Akins brian@akins.org wrote:

A few people were buzzing about docker at ChefConf. Has anyone made any
progress? I'm still in the "idea" phase but it seems like docker could be a
useful tool, particularly for some of our "problem" apps.