rdehouss opened a new issue #2437: URL: https://github.com/apache/bookkeeper/issues/2437
**BUG REPORT** ***Describe the bug*** A typo slipped in the [README.md of the docker folder](https://github.com/apache/bookkeeper/tree/master/docker#bk_data_dir) It says > Default value is "/data/bookkeeper", which contains volumes /data/bookkeeper/journal, /data/bookkeeper/ledger and /data/bookkeeper/index to hold Bookkeeper data in docker. The error is on `/data/bookkeeper/ledger` which should be `/data/bookkeeper/ledgers` (with a "s" at the end) ***To Reproduce*** Steps to reproduce the behavior: 1. Go to [README.md#L220](https://github.com/apache/bookkeeper/blob/master/docker/README.md#L220) 2. See error ***Expected behavior*** The documentation should say > Default value is "/data/bookkeeper", which contains volumes `/data/bookkeeper/journal`, `/data/bookkeeper/ledgers` and `/data/bookkeeper/index` to hold Bookkeeper data in docker. ***Screenshots*** N/A ***Additional context*** None ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
