<div dir="ltr">I want to play a little more with Docker, but it was yielding a lot of bugs for me on release day, and I didn't quite grok the relationship between docker, lxc and my kernel version and aufs. Naturally, the moreI would work with it, the more simple it would be. I do need to use docker for a project, something for which I have many hours invested in lxc, and then docker comes along and promises to obsolete most of my work!</div>
<div class="gmail_extra"><br clear="all"><div>Lee Hambley<div>--</div><div><a href="http://lee.hambley.name/" target="_blank">http://lee.hambley.name/</a></div><div>+49 (0) 170 298 5667</div></div>
<br><br><div class="gmail_quote">On 5 April 2013 19:31, Serge Hallyn <span dir="ltr"><<a href="mailto:serge.hallyn@ubuntu.com" target="_blank">serge.hallyn@ubuntu.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">Quoting Lee Hambley (<a href="mailto:lee.hambley@gmail.com">lee.hambley@gmail.com</a>):<br>
> Thanks for sharing, that looks cool - I wouldn't typically have looked for<br>
> Python based solutions given my background in Ruby, but it's a neat,<br>
> one-liner installation. If only it started itself in a container, somehow<br>
> :-)<br>
><br>
> I hope some tooling around creating rootfs' will improve as quickly as the<br>
> admin interfaces, the /docker/ project seems to be making great strides in<br>
> that direction, but it seems like a lot of tooling for what should be a<br>
> simple problem, tarballs, anyone?<br>
<br>
</div></div>The cool thing about that is that you can pretend you have VCS for your<br>
vm images.  So you can make a change, check it in, make another change,<br>
etc.  With clone in the api supporting overlayfs I want to similarly<br>
support<br>
<br>
        lxc-create [...] -n r1<br>
        <make changes><br>
        lxc-clone -o r1 -s -n r2<br>
        <make changes><br>
        lxc-clone -o r2 -s -n r3<br>
        <make changes><br>
        <mistake go back to r1, make other changes><br>
        lxc-clone -o r1 -s -n r10<br>
        ...<br>
<span class="HOEnZb"><font color="#888888"><br>
-serge<br>
</font></span></blockquote></div><br></div>