Hi, Dims.
I have saw that note about "long lived process" in dova-docker READEME file.
I have tried redis image and ubuntu-sshd image,and the two images worked well.
And then, I write a simple python code which like that "while True: print
'hello world' ", and put that code input redis image
hittang,
please see the note about "long lived process" in nova-docker README file.
This happens when the process started in the container exits before network
is setup. you should also check docker logs to see if there is any error.
Thanks,
Dims
On Mon, Nov 2, 2015 at 1:30 AM, hittang wrote:
Hi, everyone.
I install nova docker driver by https://wiki.openstack.org/wiki/Docker . but
when I create a docker instance, it doesn't work.the errors like that "Cannot
setup network: Cannot find any PID under container" Can anybody help me ?___
OpenSt