Sign inSign up

patrickha/apache-http-probe

By patrickha

Updated almost 5 years ago

Image
0

3.1K

patrickha/apache-http-probe repository overview

Apache Http-Probe Container

Apache Web Server (httpd) container to use as an Http probe for various services, as an example for a status check on Azure Traffic Manager. Use it to provide an independent Apache instance on a server (Linux). Check my GitHub Repository to find more details about the container.

Usage

Run the container on your local system:

docker container run -d --name http-probe -p 8080:80 patrickha\apache2-http-probe:latest

If you like to keep the container up after you reboot your system, add --always restart to the run command.

After a successful start, you can test the container by browsing to http://localhost:8080 and check the output of your (customized) web page.

Tag summary

Content type

Image

Digest

Size

52.1 MB

Last updated

almost 5 years ago

docker pull patrickha/apache-http-probe