Skip to content

opencore/kafka-site-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published