madrob commented on pull request #1769:
URL: https://github.com/apache/lucene-solr/pull/1769#issuecomment-680219550


   I was able to build this and did some very simple validation after launching 
containers using:
   
   ```
   docker run --rm -d --name zk-for-solr -p 2181:2181 zookeeper
   docker run --rm -p 8983:8983 --link zk-for-solr:zk-for-solr -e 
SOLR_JETTY_HOST="0.0.0.0" apache/solr:9.0.0-SNAPSHOT -c -z zk-for-solr:2181
   docker run --rm -p 8984:8984 --link zk-for-solr:zk-for-solr -e 
SOLR_JETTY_HOST="0.0.0.0" apache/solr:9.0.0-SNAPSHOT -c -z zk-for-solr:2181 -p 
8984
   ```
   
   Can we make sure that user run instructions are included in the ref guide, 
or possibly the tutorial?


----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to