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:24:14 UTC

[GitHub] zhaijack commented on issue #354: Docker Security

zhaijack commented on issue #354: Docker Security
URL: https://github.com/apache/bookkeeper/issues/354#issuecomment-319618655
 
 
   From my view, this seems be the use case of apply-config-from-env.py.  Once you want something new be configured, you do it through env var.
   This requirement may not need change the docker side,  only need provide more docker run parameter when you run it.
   ```
   docker run -v local_securVolume:securety_dir  -e BK_sslKeyStore=securety_dir XXX
   ```
 
----------------------------------------------------------------
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