zhaijack opened a new pull request #342: Issue 338: add dd first draft Docker image including community suggestions(WIP) URL: https://github.com/apache/bookkeeper/pull/342 This is still work in progress(WIP). Currently after a build, a simple command to start it is like this: docker run -t -i -e "ZK_URL=192.168.199.122:2181" bookkeeper/bookie:centos /bin/bash in which ZK_URL=192.168.199.122:2181 is the zookeeper address, and bookkeeper/bookie:centos is the built docker image. TODO: Add readme and maybe Makefile for it. --- Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [X] Make sure the PR title is formatted like: `<Issue # or BOOKKEEPER-#>: Description of pull request` `e.g. Issue 123: Description ...` `e.g. BOOKKEEPER-1234: Description ...` - [ ] Make sure tests pass via `mvn clean apache-rat:check install findbugs:check`. - [X] Replace `<Issue # or BOOKKEEPER-#>` in the title with the actual Issue/JIRA number. --- ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
