Re: [libvirt] [sandbox PATCH 3/3] Do not run a shell within a lxc container by default.

2013-04-22 Thread Daniel P. Berrange
On Mon, Apr 22, 2013 at 12:26:31PM -0400, dwa...@redhat.com wrote: > From: Dan Walsh > > We want to make sure we use as little overhead as possible. > If a user connects to a lxc container, it will be the same as executing > a shell within the container. > --- > bin/virt-sandbox-service | 15 +++

[libvirt] [sandbox PATCH 3/3] Do not run a shell within a lxc container by default.

2013-04-22 Thread dwalsh
From: Dan Walsh We want to make sure we use as little overhead as possible. If a user connects to a lxc container, it will be the same as executing a shell within the container. --- bin/virt-sandbox-service | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/bin/v