Re: [lxc-devel] lxc-execute and lxc-ls

2013-05-13 Thread Serge Hallyn
Quoting Purcareata Bogdan-B43198 (b43...@freescale.com): > Hello, > > Should lxc-ls list containers created with lxc-execute as well? > > E.g. when running "lxc-execute -n ctx1 /bin/bash", you may run "lxc-info -n > ctx1" and it will output > > state: RUNNING > pid: 4063 > > but when is

[lxc-devel] lxc-execute and lxc-ls

2013-05-13 Thread Purcareata Bogdan-B43198
Hello, Should lxc-ls list containers created with lxc-execute as well? E.g. when running "lxc-execute -n ctx1 /bin/bash", you may run "lxc-info -n ctx1" and it will output state: RUNNING pid: 4063 but when issuing "lxc-ls", nothing will be printed. Is this normal? I noticed that the co