Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 436 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 436 Bytes

kafka-site-docker

A httpd container configured so that the Kafka documentation page can be served.

Building

Clone repo, change into directory and run

docker build . -t

Running

After building run the following from a directory into which the kafka-site repository was cloned:

docker run -dit --name kafka-site -p 8080:80 -v "$PWD":/usr/local/apache2/htdocs/

Site should now be available on port 8080.