Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 304 Bytes

File metadata and controls

13 lines (10 loc) · 304 Bytes

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