Skip to content

kmamtora/docker-httpd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

# this image is for centos 7

git clone https://github.com/kmamtora/docker-httpd.git

#To build the image run
docker build -t centhttpd:v1.0 .

#To run the container
docker run -d --name web -p 8080:80 centhttpd:v1.0

#Run the Apache container with source code volume mapped to it
docker run -d --name myweb -p 8081:80 -v /root/custom/www/:/var/www/html/ centhttpd:v1.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published