feat: docker pull opensearch to opensearchproject (#3771)
change the right name and add version tag of the images, because docker will find only latest, the current images only 1.0.0 ver
This commit is contained in:
parent
1de70d2bd0
commit
2e49b86962
|
@ -21,7 +21,7 @@ You can access the `maps-server` image via the official OpenSearch [Docker Hub r
|
|||
|
||||
Open your terminal and run the following command:
|
||||
|
||||
`docker pull opensearch/opensearch-maps-server`
|
||||
`docker pull opensearchproject/opensearch-maps-server:1.0.0`
|
||||
|
||||
## Setting up the server
|
||||
|
||||
|
@ -107,4 +107,4 @@ Tiles are generated per [Terms of Use for Natural Earth vector map data](https:/
|
|||
## Related articles
|
||||
|
||||
* [Configuring a Web Map Service (WMS)]({{site.url}}{{site.baseurl}}/dashboards/visualize/maptiles/)
|
||||
* [Using coordinate and region maps]({{site.url}}{{site.baseurl}}/dashboards/visualize/geojson-regionmaps/)
|
||||
* [Using coordinate and region maps]({{site.url}}{{site.baseurl}}/dashboards/visualize/geojson-regionmaps/)
|
||||
|
|
Loading…
Reference in New Issue