Live data from Hacker News

Docker - the Linux container runtime

docker.io

181–190 of 209 posts

Re: Docker - the Linux container runtime

#181
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!

Wow, really look forward for such a solutiion github.com/reeze please :)

Re: Docker - the Linux container runtime

#182
post #8
post #4

I'm not familiar with any of the technologies used in this. Anybody care to comment on how strong the isolations would be security wise, compared to normal virtualization? If the security is almost at par and the isolation is good enough that one bad process can't bring the whole system down, might this be a good alternative to virtualization, since I imagine it would definitely use less resources.

The Linux namespace stuff is evolving pretty fast, and I personally wouldn't trust it as the main line of defense for anything important. With virtualization, a buggy or malicious guest is still limited to its sandbox unless there's a flaw in the hypervisor itself. With containers/namespaces, the host and guest are just different sets of processes that see different "views" of the same kernel, so bugs are much more l…

Personally I think the biggest value these days with para-virtualization like this is in development. I can be running twenty or so different applications on the same physical machine, and for the most part (as long as they're idle since I'm only working with one) I don't even notice that they're running.

Re: Docker - the Linux container runtime

#183
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!

At first glance I thought, 'I already have vagrant'. After watching the lightning talk my only thought is, 'Want!'

Looks awesome and crazy fast. Great work.

github id: natejenkins

Re: Docker - the Linux container runtime

#185
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!

Cool! My github id is 'malbin' -- would love to take it for a test drive.

Re: Docker - the Linux container runtime

#186
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!

I'd love to check it out. Github id: cespare

Re: Docker - the Linux container runtime

#187
post #122
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!

Sounds promising. Github: dvbportal

Thanks for the early access. From what I've seen so far, Docker is topnotch.

Re: Docker - the Linux container runtime

#189
post #187
post #122

Earlier quoted context omitted.

Sounds promising. Github: dvbportal

Thanks for the early access. From what I've seen so far, Docker is topnotch.

Thanks! Glad you like it. We have a few cool features coming up... Can't wait to show them.

Re: Docker - the Linux container runtime

#190
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!

We've been working on a minimal LXC manager for a week now, but docker seems to be exactly what we need. Can't wait to check this out. https://github.com/cpra-lcoffe
Post reply on HN