Skip to content

RohitRawat891997/web-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Apache Web Server Docker Project

This project contains a simple Docker setup for running an Apache HTTP Server using a custom Dockerfile.

📦 Project Structure

🚀 Getting Started

Prerequisites

  • Docker installed on your system

Build the Docker Image

docker build -t apache-server .

docker  images

docker run -dit --name apache-container -p 8080:8080 apache-server

docker  ps -a

docker stop apache-container
docker rm apache-container

Let me know if you want to include instructions for Docker Compose, SSL support, or other features!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published