You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
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.
No Data received ERR_EMPTY_RESPONSE.
Any pointer to resolve this issue ?
Regards,
Amit
The text was updated successfully, but these errors were encountered: