You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bookkeeper.apache.org by gi...@git.apache.org on 2017/08/02 09:44:42 UTC

[GitHub] zhaijack commented on issue #342: Issue 338: add first draft Docker image including community suggestions

zhaijack commented on issue #342: Issue 338: add first draft Docker image including community suggestions
URL: https://github.com/apache/bookkeeper/pull/342#issuecomment-319623544
 
 
   @caiok , Thanks, will add non-root use as you do.
   Regarding start/stop gracefully, I found kishore's coments, let's comment them in the readme.md. 
   ```
    here is the snippet you asked for (from my local Dockerfile)
   CMD /bookkeeper/bookkeeper-server/bin/bookkeeper shell bookieformat -nonInteractive -force -deleteCookie; /bookkeeper/bookkeeper-server/bin/bookkeeper bookie; /bookkeeper/bookkeeper-server/bin/bookkeeper autorecovery
   ```
 
----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services