GitHub user jiazhai opened a pull request:

    https://github.com/apache/bookkeeper/pull/169

    BOOKKEEPER-1081: a docker file for Apache BookKeeper

    A docker file for Apache BookKeeper.  This docker image will start a new 
bookie instance.
    Steps to run it:
    1, start zookeeper service;
    2, run this docker image, e.g:
    ```
    $ docker run -t -i -e "ZK_URL=192.168.100.100:2181" bookkeeper/bookie 
/bin/bash
    ```

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jiazhai/bookkeeper-1 BOOKKEEPER-1081

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/bookkeeper/pull/169.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #169
    
----
commit 6a7863486eb4d92c37d4a918736c3eb839610ea3
Author: jiazhai <zhai...@live.com>
Date:   2017-05-27T13:31:34Z

    add docker file

commit ddd692ad3946120b35d1fc7616de778a6c7c3539
Author: jiazhai <zhai...@live.com>
Date:   2017-05-27T15:38:50Z

    add README

commit 6efc87fa86967a36d3e3f77adf467aad32cccafa
Author: jiazhai <zhai...@live.com>
Date:   2017-05-28T00:54:24Z

    add a blank line

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to