We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For the 1.2.0 release this is what we have we should refine and improve this.
Use Docker-Compose to setup a cluster
docker-compose pull
docker-compose up
OpenSearch docker
docker pull opensearchstaging/opensearch:1.2.0 && docker run -it -p 9200:9200 -e "discovery.type=single-node" -e "DISABLE_SECURITY_PLUGIN=true" opensearchstaging/opensearch:1.2.0
curl https://localhost:9200
docker pull opensearchstaging/opensearch:1.2.0 && docker run -it -p 9200:9200 -e "discovery.type=single-node" opensearchstaging/opensearch:1.2.0
curl --insecure https://admin:admin@localhost:9200
OpenSearch-Dashboards docker
docker pull opensearchstaging/opensearch-dashboards:1.2.0 && docker run -it --network="host" -e "DISABLE_SECURITY_DASHBOARDS_PLUGIN=true" opensearchstaging/opensearch-dashboards:1.2.0
https://localhost:5601
docker pull opensearchstaging/opensearch-dashboards:1.2.0 && docker run -it --network="host" opensearchstaging/opensearch-dashboards:1.2.0
Use TARs to deploy OpenSearch Manually
OpenSearch - Build 964
OpenSearch Dashboards - Build 364
From Docker Release
The text was updated successfully, but these errors were encountered:
@kavilla @peterzhuamazon Can you confirm that the setup for the stand alone docker image of Dashboards is correct?
Sorry, something went wrong.
--network="host" sometimes having issues on macOS. I normally just use the docker-compose file to handle it.
--network="host"
Closing this issue as we are adding the test documentation in the release issue.
No branches or pull requests
For the 1.2.0 release this is what we have we should refine and improve this.
Use Docker-Compose to setup a cluster
docker-compose pull
docker-compose up
OpenSearch docker
docker pull opensearchstaging/opensearch:1.2.0 && docker run -it -p 9200:9200 -e "discovery.type=single-node" -e "DISABLE_SECURITY_PLUGIN=true" opensearchstaging/opensearch:1.2.0
curl https://localhost:9200
docker pull opensearchstaging/opensearch:1.2.0 && docker run -it -p 9200:9200 -e "discovery.type=single-node" opensearchstaging/opensearch:1.2.0
curl --insecure https://admin:admin@localhost:9200
OpenSearch-Dashboards docker
docker pull opensearchstaging/opensearch-dashboards:1.2.0 && docker run -it --network="host" -e "DISABLE_SECURITY_DASHBOARDS_PLUGIN=true" opensearchstaging/opensearch-dashboards:1.2.0
https://localhost:5601
docker pull opensearchstaging/opensearch-dashboards:1.2.0 && docker run -it --network="host" opensearchstaging/opensearch-dashboards:1.2.0
https://localhost:5601
Use TARs to deploy OpenSearch Manually
OpenSearch - Build 964
OpenSearch Dashboards - Build 364
From Docker Release
The text was updated successfully, but these errors were encountered: