[lxc-devel] [PATCH 0/8] lxc-attach rewrite, attach API
Serge Hallyn
serge.hallyn at ubuntu.com
Thu Aug 15 17:10:33 UTC 2013
Quoting Christian Seiler (christian at iwakd.de):
> 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.
Thanks, Christian, I've pushed the set to staging.
More information about the lxc-devel
mailing list