CoreOS is building a container runtime, Rocket
291–295 of 295 posts
Re: CoreOS is building a container runtime, Rocket
#292Re: CoreOS is building a container runtime, Rocket
#293Docker just posted a blog response http://blog.docker.com/2014/12/initial-thoughts-on-the-rocke...
Re: CoreOS is building a container runtime, Rocket
#294Earlier quoted context omitted.
It isn't tied to systemd. The stage1 that is in the current prototype uses systemd to monitor and fork processes but we would love to see other stage1's that configure other process runners. For example configure and run a qemu-kvm filesystem as the container. Also, even though it is using systemd to monitor and fork processes a design goal is to run on all Linux's that have a modern Kernel.
The app container specification has socket activation in it. This is going to essentially tie it to systemd. Otherwise you will need another daemon running to do the socket activation, but then that would seem to be a "fundamentally flawed" execution model.
Re: CoreOS is building a container runtime, Rocket
#295Earlier quoted context omitted.
> Even stupidest things like allowing to have more dockerfiles in one folder. Wow. That issue has been open for a long time.
I've been involved in that ticket since the dark ages. There's a philosophical disconnect between how (some) people want to use Docker and how the maintainers want it to be used, and it comes to a head in that thread.
https://github.com/docker/docker/issues/2112#issuecomment-39...
It gets quite interesting, and it's still going 14 months later...