docker-wordpress icon indicating copy to clipboard operation
docker-wordpress copied to clipboard

Wordpress doesn't work on a SLES-12 host using SLES base image

Open amitkumarghatwal opened this issue 11 years ago • 0 comments

Hi John,

I have used your existing dockerfile and edited it for the dependencies which i could find on SLES using zypper and some i built from source using reliable source codes ,for eg ; pwgen , apache2. I haven't changed anything else in your script files.

I am able to build a docker image , but strangely i face below issues while running the same.

  1. When i run my image as below : docker run --name -d -p 8080:80 , this container remains active for maximum 20 seconds and it exits. To avoid it from exiting i ran it again as : docker run --name -d -t -p 8080:80 so that the container remains active , but when i try to open this url on my browser , i am getting the page with error as : "Unable to load the webpage because the server sent no data." No Data received ERR_EMPTY_RESPONSE.

Any pointer to resolve this issue ?

Regards, Amit

amitkumarghatwal avatar Apr 20 '15 12:04 amitkumarghatwal