Skip to content

Files

Latest commit

 

History

History

apache

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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