Comment 3 for bug 1499306

Revision history for this message
hgangwx (hgangwx) wrote :

I met the same error on Kilo ubuntu 14.04, pull a ubuntu image( docker pull rastasheep/ubuntu-sshd), run this docker image(dock run -it rastasheep/ubuntu-sshd /bin/bash), after installed some softwares, e.g.

apt-get install curl
apt-get install apache2
a2enmod ssl
a2ensite default-ssl

then commit and save the image and add into openstack glance, but the new image can't be launched successfully, it is in ERROR state and give error "Cannot setup network: Cannot find any PID under container"

I tried it on Kilo Centos7 setup, there is no such issue, the new created image can be launched.