Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 216 Bytes

File metadata and controls

16 lines (11 loc) · 216 Bytes

apache

Docker image for apache server

Building the image

make

or manually

docker build -t user/name:tag .

Running the image

docker run -d -p 80:80 rokkie/apache