You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2018/12/16 12:31:41 UTC

[GitHub] XuQianJin-Stars opened a new pull request #3201: Error open RocksDB database in docker for windows

XuQianJin-Stars opened a new pull request #3201: Error open RocksDB database in docker for windows
URL: https://github.com/apache/pulsar/pull/3201
 
 
   ### Motivation
   
   To solve the error open RocksDB database in docker for windows
   
   ### Modifications
   
   ```shell
   $ docker run -it \
     -p 6650:6650 \
     -p 8080:8080 \
     -v "E:/data:/pulsar/data".ToLower() \
     apachepulsar/pulsar:{{site.current_version}} \
     bin/pulsar standalone
   ```
   
   ### Result
   
   Have no effect on.
   

----------------------------------------------------------------
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