By willie108
trying to run multiple copies of elastic search using the following commands.
docker run -d -p 9200:9200 -p 5601:5601 nshou/elasticsearch-kibana
docker run -d -p 9202:9200 -p 5602:5601 nshou/elasticsearch-kibana
after running these I can access at ports 9200 and 9202 (and 5601 and 5602).
But I seem to get errors when I run the python script below. Also, I want to run the script below separately for each of the docker instances (containers?), I want to run slightly different versions of the python script actually. What do I need to do to set this up?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
when I try to post the code on this forum the submit button here does not work
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.