From e84f9f5c0ff518e49e51aa4d9d5ef71f99caec87 Mon Sep 17 00:00:00 2001 From: Alice Williams <88908598+alicejw-aws@users.noreply.github.com> Date: Thu, 8 Sep 2022 08:59:31 -0700 Subject: [PATCH] update yaml file note for new downloads (#1043) Signed-off-by: alicejw Signed-off-by: alicejw --- _opensearch/install/docker.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_opensearch/install/docker.md b/_opensearch/install/docker.md index d433674d..96146dea 100644 --- a/_opensearch/install/docker.md +++ b/_opensearch/install/docker.md @@ -26,6 +26,9 @@ To download a specific version of OpenSearch or OpenSearch Dashboards, modify th To check available versions, see [Docker Hub](https://hub.docker.com/u/opensearchproject). +When you download a new version of OpenSearch and OpenSearch Dashboards, you need to modify your `docker-compose.yml` file with the image version number that you downloaded. For example, to update your images to version 2.2.0, replace the following two lines in the YAML file: `image: opensearchproject/opensearch:2.2.0` and `image: opensearchproject/opensearch-dashboards:2.2.0` +{: .note} + OpenSearch images use `amazonlinux:2` as the base image. If you run Docker locally, set Docker to use at least 4 GB of RAM in **Preferences** > **Resources**.