On Mon, Jan 14, 2013 at 05:42:18PM -0700, Eric Blake wrote:
> On 12/21/2012 10:08 AM, Daniel P. Berrange wrote:
> > From: "Daniel P. Berrange"
> >
> > Add a 'lxc-enter-namespace' command which accepts a domain name
> > and then a command + args to run, attached to the container
> >
> > eg
> >
>
On 12/21/2012 10:08 AM, Daniel P. Berrange wrote:
> From: "Daniel P. Berrange"
>
> Add a 'lxc-enter-namespace' command which accepts a domain name
> and then a command + args to run, attached to the container
>
> eg
>
> virsh -c lxc:/// lxc-enter-namespace demo -- /bin/ps -auxf
>
> Signed-of
On 12/21/2012 10:08 AM, Daniel P. Berrange wrote:
> From: "Daniel P. Berrange"
>
> Add a 'lxc-enter-namespace' command which accepts a domain name
> and then a command + args to run, attached to the container
>
> eg
>
> virsh -c lxc:/// lxc-enter-namespace demo -- /bin/ps -auxf
>
> +static
From: "Daniel P. Berrange"
Add a 'lxc-enter-namespace' command which accepts a domain name
and then a command + args to run, attached to the container
eg
virsh -c lxc:/// lxc-enter-namespace demo -- /bin/ps -auxf
Signed-off-by: Daniel P. Berrange
---
tools/Makefile.am| 1 +
tools/vir