Github user khalidhuseynov commented on the issue: https://github.com/apache/zeppelin/pull/1538 @mfelgamal first of all thanks for initiative on this one, and few points here: * as i can see here Zeppelin images will be with hardcoded `$ZEPPELIN_HOME/conf` folder and in order to configure it, you'll need to rebuild your image. As a possible solution here would be read `conf/` from certain place inside container and mount `conf` folder from your local drive to there. that may need little change in docker file and run command. * perhaps user can run with interactive (-it) as well as daemon (-d) modes, depending on preference. * also regarding running docker with, say, Spark - the easiest should be running it in local mode. if you want to point to your cluster, then there will be problems since at least port `7077` needs to be available. Note that these points may not need to be addressed right in this PR, it's more like things to consider and maybe future improvement.
--- 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. ---