Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 471 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 471 Bytes

Kudu Docker

Docker image for Apache Kudu

Image can be found on DockerHub

Getting Started

docker run -t -d --rm --name apache-kudu -p 7051:7051 -p 7050:7050 -p 8051:8051 -p 8050:8050 amfoerster/apache-kudu

Kudustarts by default. To have Kudu not start pass -e KUDU_START=false, Kudu can then be started manually:

docker exec -it apache-kudu /kudu-start