[lxc-devel] [PATCH 0/8] lxc-attach rewrite, attach API

Christian Seiler christian at iwakd.de
Tue Aug 13 21:56:12 UTC 2013


Hi there,

This patch set can also be found on my local github tree at:
<https://github.com/chris-se/lxc/tree/attach-api-for-1.0>

It contains the following main parts:

 - move attach functionality to attach.c, rewrite it in such a way that
   the attached process is now a parent of the original process and
   there is no intermediate process in between anymore after attach is
   done (this is done via CLONE_PARENT)

 - add attach functionality to the container C API

 - add attach functionality to the Python API

 - implement some missing bits for environment handling

As mentioned in the other thread, I believe this should be part of
1.0alpha1 so that it might receive more testing.

-- Christian





More information about the lxc-devel mailing list