[lxc-devel] PID of a process inside an lxc container

2016-02-03 Thread Kevin Wilson
Hi, When I create an lxc container and run a simple process (which all it does is call pause()), I see the pid of this process also in the host (Simply by running ps aux | grep pause). And of course I see it also inside the container again with ps aux | grep pause. The pids are of course

Re: [lxc-devel] PID of a process inside an lxc container

2016-02-03 Thread Serge Hallyn
Quoting Christian Brauner (christian.brau...@mailbox.org): > On Wed, Feb 03, 2016 at 04:49:04PM +0200, Kevin Wilson wrote: > > Hi, > > > > When I create an lxc container and run a simple process (which all it > > does is call pause()), > > I see the pid of this process also in the host (Simply by

Re: [lxc-devel] PID of a process inside an lxc container

2016-02-03 Thread Christian Brauner
On Wed, Feb 03, 2016 at 04:49:04PM +0200, Kevin Wilson wrote: > Hi, > > When I create an lxc container and run a simple process (which all it > does is call pause()), > I see the pid of this process also in the host (Simply by running ps > aux | grep pause). > And of course I see it also inside