Live data from Hacker News

Docker - the Linux container runtime

docker.io

161–170 of 209 posts

Re: Docker - the Linux container runtime

#162
post #30

Wow! Did not expect this to show up on HN before actual release! (I work at dotCloud). We're still polishing a few rough edges. If you want early access add your github ID to this thread and we'll add you right away!

Génialissime. GH: @JeanSebTr thanks ! :)

Re: Docker - the Linux container runtime

#168

I recently changed our Jenkins CI infrastructure to use something like this: all jobs run in their own LXC container, using BTRFS and its snapshots/clones instead of AUFS. Works like a charm! The script is available at https://github.com/Incubaid/jenkins-lxc (no docs for now, and several improvements are possible). It expects CI job scripts to be contained in the job repository, e.g. https://github.com/Incubaid/arako…

This is great, I've been wanting to do the same thing for our jenkins setup.

Re: Docker - the Linux container runtime

#169
post #30

Wow! Did not expect this to show up on HN before actual release! (I work at dotCloud). We're still polishing a few rough edges. If you want early access add your github ID to this thread and we'll add you right away!

Looking forward to testing this out. https://github.com/LeeSaferite

Re: Docker - the Linux container runtime

#170
post #117
post #83

Earlier quoted context omitted.

github/twitter: zimbatm I've built a similar tool using Go. Wondering how you guys get around the lack of clone(2) in the stdlib :)

I want to hear more about your go version of Docker. Link? You have a lot of projects in your github repository and I was not able to identify it from scanning the list.

It's not open source (yet?) but it looks more like systemd's nspawn. I just had a quick look of Docker and our solution is much less complicated (and also less powerful).

Send me an email if you want to discuss: jonas@pandastream.com

Post reply on HN