Skip to content

Commit e312659

Browse files
committed
Update README.md
1 parent 0716c44 commit e312659

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ docker run --name es8-run --network bridge -p 9209:9200 -p 9114:9114 -p 9309:930
4646

4747

4848
#### Install OpenSearch based on Docker for testing
49-
- OpenSearch is a scalable, flexible, and extensible open-source software suite for search, analytics, and observability applications licensed under Apache 2.0.
50-
- Build Single Node OpenSearch with Dashboard based on the recent version
49+
- OpenSearch(<i>https://opensearch.org/docs/latest/install-and-configure/install-opensearch/docker</i>) is a scalable, flexible, and extensible open-source software suite for search, analytics, and observability applications licensed under Apache 2.0.
50+
- Build Single Node OpenSearch with Dashboard based on the recent version (You can test using `https://localhost:9250` or `curl https://localhost:9250 -ku 'admin:admin'`)
5151
```bash
5252
docker run --name opensearch-es01 -p 9250:9200 -e "node.name=opensearch-es01" -e "discovery.type=single-node" opensearchproject/opensearch
5353
```

0 commit comments

Comments
 (0)