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
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