Sign inSign up

amfoerster/apache-kudu

By amfoerster

•Updated over 8 years ago

https://kudu.apache.org/

Image
0

2.7K

amfoerster/apache-kudu repository overview

⁠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

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

Tag summary

Content type

Image

Digest

Size

328 MB

Last updated

over 8 years ago

docker pull amfoerster/apache-kudu