/Apache1

This repo is valuable to anyone trying to start a apache container using docker.

Primary LanguageHTML

This project demonstrates how to use a Docker container to start a Apache server.

If you want to use docker you will need to download docker desktop and pull the image from docker hub.

Once the container is started you will need to create a docker compose file/yml.file to automate building the container.

After the docker compose file is created and the container is running you will need to test in the browser. You should get "its works" on the screen if the test is sucessful. You can change the index.html file in the htdocs folder to test.