Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 648 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 648 Bytes

Kudu Docker

Docker image for building Apache Kudu from sources.

The (very fat) container image can be found on DockerHub mweindel/apache-kudu

If you only want to run Apache Kudu, please consider the image from project kudu-docker-slim instead.

Getting Started

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

Build

docker build . -t mweindel/apache-kudu
docker tag mweindel/apache-kudu mweindel/apache-kudu:1.15.0