Re: [lxc-devel] [PATCH 7/8] python: add attach support

2013-08-14 Thread Serge Hallyn
Quoting Christian Seiler (christ...@iwakd.de): > Add methods attach() and attach_wait() to the Python API that give > access to the attach functionality of LXC. Both accept two main > arguments: > > 1. run: A python function that is executed inside the container > 2. payload: (optional) A paramete

[lxc-devel] [PATCH 7/8] python: add attach support

2013-08-13 Thread Christian Seiler
Add methods attach() and attach_wait() to the Python API that give access to the attach functionality of LXC. Both accept two main arguments: 1. run: A python function that is executed inside the container 2. payload: (optional) A parameter that will be passed to the python function A