Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Apache

This image on DockerHub

The Apache Web server in a Windows NanoServer container.

Build the image

docker build -t apache .

Run the container

docker run -d -p 80:80 apache