Docker image for Apache Kudu
Image can be found on DockerHub
docker run -t -d --rm --name apache-kudu -p 7051:7051 -p 7050:7050 -p 8051:8051 -p 8050:8050 amfoerster/apache-kudu
Kudu starts 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
Content type
Image
Digest
Size
328 MB
Last updated
over 8 years ago
docker pull amfoerster/apache-kudu