Skip to content

V3ckt0r/docker-httpd-proxy

Repository files navigation

docker-httpd-proxy

Hi all,

So this image is just supposed to provide an example of how Docker can be used to set up httpd with vhosts.

To build: Copy the sources down and do the build:

docker build –rm -t /httpd-proxy .

My example used ports 80 and 81, so to run do:

docker run -d -p 80-81:80-81 /httpd

You can check to see its running via:

docker ps

To test:

curl http://localhost

curl http://localhost:81

About

Demonstrates how to use Docker to create a simple httpd build using vhosts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published