Hacker News new | past | comments | ask | show | jobs | submit | keeblus's comments login

Tl;dr I like to whine.


Technically - Creation, management, communication, networking. Smartly.

Ecosystem - more and more people every day are integrating with their tools, building business around Docker, or extending support of existing business to Docker.


Yep, as shykes says, I'm always available to help.

Take a look at how I built tryrethink.info (which covers this topic and more) -> http://nick.stinemat.es


Thanks! That was really helpful!


I don't think it's too far off.


Maybe hold tight and migrate to one of the many Docker-friendly/based PaaS that are booting up.


That's my current light at the end of the tunnel, but for now none of them seem mature enough to put my customers on. And it seems like there's a new one every week!

I imagine it'll be easy-ish to migrate between Docker-based PaaS's, though; just upload the container and change the provider-specific config, right? So that's a little reassuring.


Docker just keeps growing and growing. The amount of new businesses springing up to take advtange, along with some pretty heavy hitters looking to adopt, Docker has a fighting chance to become a standard from which everyone benefits.


This project is based on Docker and runs the same code thats on http://tryrethink.info


I'll be presenting this at the Docker Meetup San Mateo hosted by the awesome folks at Edmodo tomorrow night! The event is full, but we will be streaming live!


The limitations seem pretty high. Why would I use this when I could run something like Docker on bare metal?


Docker is a way of making config management easy. Here there really is less stuff. You build a binary with your whole application and all its dependencies that actually self hosts. And is smaller than Docker's init process.

And a VM is better isolated than a Linux container.

EDIT: the restrictions are not necessarily permanent either. Its only a first early release...


Yes, tiny resource overhead while still providing near-complete isolation is a big benefit. The current memory overhead from using file system drivers and TCP/IP networking is around 8MB, and I'm sure there's a bunch of fat in there that could be trimmed off.

It's going to be interesting to see where the exact set of supported application images converges as use cases arise. For example, I'm pretty sure fork() will never be supported -- would it fork the VM? -- but some of the other things are up for discussion.


You wouldn't. You would use Linux and Docker.

This is HN, not a BSD mailing list.


Not really. I've yet to see a distro in the past 10 years without it.


Arch Linux, for one.


Also Mac, Windows.


OS X has python preinstalled. Not bleeding edge though.


See post by kencochrane. There's a Nova plugin to OpenStack for Docker containers.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: