Live data from Hacker News

Docker releases version 0.2.0

github.com

1–10 of 36 posts

Re: Docker releases version 0.2.0

#2
"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.

Re: Docker releases version 0.2.0

#3
post #2

"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

#6
So, what is Docker and why should we care about a 0.x release? Yes, I looked at the link and no, I was not much the wiser, something to do with virtualization perhaps?

Re: Docker releases version 0.2.0

#7
post #6

So, what is Docker and why should we care about a 0.x release? Yes, I looked at the link and no, I was not much the wiser, something to do with virtualization perhaps?

If you click on the project name at the top of the page, you'll find a README which starts with:

Docker complements LXC with a high-level API which operates at the process level. It runs unix processes with strong guarantees of isolation and repeatability across servers.

Docker is a great building block for automating distributed systems: large-scale web deployments, database clusters, continuous deployment systems, private PaaS, service-oriented architectures, etc.

Re: Docker releases version 0.2.0

#8
You guys have fixed every single frustration or oddity I experienced when playing with docker just a week or two ago:

    * localhost access.
    * re-attaching to terminal.
    * set your own port.
Brilliant work guys!
Post reply on HN