Skip to content

In this small project, I build a Docker image containing Apache2 server on top of ubuntu lunar OS.

License

Notifications You must be signed in to change notification settings

Tcarters/apache2_InDocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apache2 running in Docker

A sample web server running in a Docker

  • To build The image locally
   docker build -t "name-new-image:tag" .
  • Run a container from this image
   docker container run -dit --name container1 -p 8000:80 tcdocker2021:apache2_lunar:v1

About

In this small project, I build a Docker image containing Apache2 server on top of ubuntu lunar OS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published