epugh commented on issue #33:
URL: https://github.com/apache/solr-orbit/issues/33#issuecomment-4559895224

   I believe this script (taken from the bats test rolling upgrade script) 
works however:
   
   ```
   docker network create solrcloud-test
   
    docker run --name solr-node1 -d \
       --network solrcloud-test \
       --publish 8983:8983 \
       --memory 8g \
       "apache/solr-nightly:10.0.0-SNAPSHOT-slim" solr start -f -m 2g --host 
solr-node1 -p 8983    
   
    docker run --name solr-node2 -d \
       --network solrcloud-test \
       --publish 8984:8984 \
       --memory 8g \
       "apache/solr-nightly:10.0.0-SNAPSHOT-slim" solr start -f -m 2g --host 
solr-node2 -z solr-node1:9983 -p 8984        
   
    docker run --name solr-node3 -d \
       --network solrcloud-test \
       --publish 8985:8985 \
       --memory 8g \
       "apache/solr-nightly:10.0.0-SNAPSHOT-slim" solr start -f -m 2g --host 
solr-node3 -z solr-node1:9983 -p 8985 
   ```


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to