docker-http-https-echo
docker-http-https-echo copied to clipboard
Adding host as a configurable variable
I would like to run this container in host mode bypassing the docker bridge. This PR will add 2 new variables HTTP_HOST and HTTPS_HOST to the Dockerfile so that the user can modify the bind statements and allow for this. I added a rudimentary test to the existing suite to ensure the bind was happening properly.
Great work, this is an awesome container.