-
Notifications
You must be signed in to change notification settings - Fork 118
Open
Description
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.
- 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
Metadata
Metadata
Assignees
Labels
No labels