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!

Lee Hambley
--
http://lee.hambley.name/
+49 (0) 170 298 5667


On 5 April 2013 19:31, Serge Hallyn <serge.hal...@ubuntu.com> wrote:

> Quoting Lee Hambley (lee.hamb...@gmail.com):
> > Thanks for sharing, that looks cool - I wouldn't typically have looked
> for
> > Python based solutions given my background in Ruby, but it's a neat,
> > one-liner installation. If only it started itself in a container, somehow
> > :-)
> >
> > I hope some tooling around creating rootfs' will improve as quickly as
> the
> > admin interfaces, the /docker/ project seems to be making great strides
> in
> > that direction, but it seems like a lot of tooling for what should be a
> > simple problem, tarballs, anyone?
>
> The cool thing about that is that you can pretend you have VCS for your
> vm images.  So you can make a change, check it in, make another change,
> etc.  With clone in the api supporting overlayfs I want to similarly
> support
>
>         lxc-create [...] -n r1
>         <make changes>
>         lxc-clone -o r1 -s -n r2
>         <make changes>
>         lxc-clone -o r2 -s -n r3
>         <make changes>
>         <mistake go back to r1, make other changes>
>         lxc-clone -o r1 -s -n r10
>         ...
>
> -serge
>
------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
Lxc-users mailing list
Lxc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-users

Reply via email to