Skip to content

The "apache-docker-demo" repository is a simple demo project that demonstrates how to run an Apache web server inside a Docker container. It provides instructions on how to build a Docker image and run the container, and includes a default Apache web page for verification. The project is licensed under the MIT License.

License

Notifications You must be signed in to change notification settings

bhowmickkrishnendu/apache-docker-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apache Docker Demo

This is a simple demo project that shows how to run an Apache web server inside a Docker container.

Prerequisites

  • Docker must be installed on your machine.

Usage

  1. Clone this repository:

git clone https://github.com/bhowmickkrishnendu/apache-docker-demo.git

  1. Navigate to the cloned directory:

cd apache-docker-demo

  1. Build the Docker image:

docker build -t apache-demo .

  1. Run the Docker container:

docker run -d -p 8080:80 apache-demo

  1. Open your browser and go to http://localhost:8080. You should see the Apache default page.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

The "apache-docker-demo" repository is a simple demo project that demonstrates how to run an Apache web server inside a Docker container. It provides instructions on how to build a Docker image and run the container, and includes a default Apache web page for verification. The project is licensed under the MIT License.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published