Docker interactive tutorial
blog.docker.io
Docker interactive tutorial
1–10 of 48 posts
Re: Docker interactive tutorial
#2Re: Docker interactive tutorial
#3But seriously, nice job. I haven't used docker yet because I want to play around with the standard lxc utilities first. But this is pretty awesome.
Re: Docker interactive tutorial
#4Haha, I had a good laugh upon hearing that Docker cannot run inside of itself. Is this an LXC limitation? Clearly the solution was to run Docker inside of KVM inside of Docker. But seriously, nice job. I haven't used docker yet because I want to play around with the standard lxc utilities first. But this is pretty awesome.
Re: Docker interactive tutorial
#5ps: especially on committing and layering.
Re: Docker interactive tutorial
#6Haha, I had a good laugh upon hearing that Docker cannot run inside of itself. Is this an LXC limitation? Clearly the solution was to run Docker inside of KVM inside of Docker. But seriously, nice job. I haven't used docker yet because I want to play around with the standard lxc utilities first. But this is pretty awesome.
Re: Docker interactive tutorial
#7Haha, I had a good laugh upon hearing that Docker cannot run inside of itself. Is this an LXC limitation? Clearly the solution was to run Docker inside of KVM inside of Docker. But seriously, nice job. I haven't used docker yet because I want to play around with the standard lxc utilities first. But this is pretty awesome.
It's not an LXC limitation, but seeing as this case hasn't gotten the love it involves jimmying things all over the place. https://github.com/dotcloud/docker/wiki/Docker-in-Docker
Re: Docker interactive tutorial
#8Re: Docker interactive tutorial
#9I never understood what docker is or who is supposed to use it. Can somebody enlighten me?
Re: Docker interactive tutorial
#10I never understood what docker is or who is supposed to use it. Can somebody enlighten me?
Containers are an isolation mechanism. They aren't virtual machines. More of a distant cousin to chroot or a jail.
The target audiences are developers and operations. It's a packaging/deployment tool.