Hello,
I start a busybox container by:
lxc-start -n busyboxCTNew
from another terminal I get the pid of the parent process of the container by :
psaux | grep lxc-start
root 1994 0.0 0.0 26092 1304 pts/1S+ 09:04 0:00
lxc-start -n busyboxCTNew
I run:
kill -9 1994
(I know that co
On Fri, Jan 10, 2014 at 12:32 AM, Gandhi, Ibha (HP Software)
wrote:
> Hi,
>
>
>
> I am deploying application(for example mysql) on linux containers using
> juju.
>
> Linux container is successfully created and I get public ip.
>
> I connected to this ip and ran this command “sudo apt-get install
Hi,
I am deploying application(for example mysql) on linux containers using juju.
Linux container is successfully created and I get public ip.
I connected to this ip and ran this command "sudo apt-get install git" inside
the conatiner:
Here is the output
sudo: unable to resolve host root-local-m