crccheck / docker-hello-world

Hello World web server in under 2 MB
https://hub.docker.com/r/crccheck/hello-world/
161 stars 161 forks source link

Moved from nc to httpd #2

Closed julianneswinoga closed 7 years ago

julianneswinoga commented 7 years ago

nc was halting after a few days. I suspect it being related to port permission issues, so moving to an actual http daemon to serve traffic was a simple change.

crccheck commented 7 years ago

I'll have to assume it works. I haven't used httpd before. Nice that it's a standard package in the busybox distro. I wonder why I didn't use Alpine, maybe I made this before Alpine took off.