I've been thinking about "dockerizing" my application. How do I "get in touch" about that? https://github.com/dotcloud/docker/wiki/Docker-0.2.0-release...
Docker releases version 0.2.0
31–36 of 36 posts
Re: Docker releases version 0.2.0
#32Earlier quoted context omitted.
Oh, it wasn't a kernel panic, thankfully :) I closed the window now, but, after downloading the image, I got some errors like "improper file permissions" and "bsdtar exiting". Sorry I can't provide the exact errors, but if I run it it has to download the entire thing again.
Are you using btrfs, by any chance? Docker currently doesn't support it: https://github.com/dotcloud/docker/issues/339
Re: Docker releases version 0.2.0
#33"you can now choose between Debian, Ubuntu, Centos, Gentoo, Arch Linux and Busybox as the base layer for building your containers." Now this is great. Using this instead of VMs is a win.
I will be pleased when Exherbo is added to the list. (Although 90% of the fun I had with exherbo was struggling to get the systemd in place, and that's nullified in a docker system since docker replaces init to run a single process _other than_ init) EDIT: I guess now I'm volunteering to try and put Exherbo on the list.
Re: Docker releases version 0.2.0
#34Re: Docker releases version 0.2.0
#35Earlier quoted context omitted.
I will be pleased when Exherbo is added to the list. (Although 90% of the fun I had with exherbo was struggling to get the systemd in place, and that's nullified in a docker system since docker replaces init to run a single process _other than_ init) EDIT: I guess now I'm volunteering to try and put Exherbo on the list.
I thought that Exherbo was very diy-oriented distro with with the assumption that users will package their own packages if the need arises.
I think that cave is just as useful without init, and I think that most people who want to package something in paludis are not going to be having boot dependencies (on average I would guess at least 50% of apps are not services. I don't have any hard statistics and that number could be high or low.)
Re: Docker releases version 0.2.0
#36Does anyone know if Docker runs on a 32-bit ubuntu host?
Not yet... We're sticking to x86_64 for now to maintain focus. Once we've nailed the experience on 1 arch we will extend to more.