Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Latest commit

 

History

History

README.md

Docker Images for Apache DistributedLog

This directory keeps all the files used for building docker images from master.

Build DistributedLog

mvn clean package assembly:single -DskipTests

Build Docker Images

./docker/build.sh

Run Sandbox

docker run -it -p 7000:7000 --env DLOG_ROOT_LOGGER=INFO,R distributedlog:nightly /distributedlog/bin/dlog local 7000