Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
amitkumarghatwal opened this issue Apr 20, 2015 · 0 comments
Open

Comments

@amitkumarghatwal
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant