Naarcha-AWS 5bbeac2357
Fix links for 2.5 doc changes. (#2465)
* Fix links for 2.5 doc changes.

Signed-off-by: Naarcha-AWS <naarcha@amazon.com>

* Add CLI redirect

Signed-off-by: Naarcha-AWS <naarcha@amazon.com>

Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
2023-01-24 12:12:21 -06:00

1.2 KiB

layout title parent nav_order redirect_from
default Docker Installing OpenSearch Dashboards 1
/dashboards/install/docker/

Run OpenSearch Dashboards using Docker

You can start OpenSearch Dashboards using docker run after creating a Docker network and starting OpenSearch, but the process of connecting OpenSearch Dashboards to OpenSearch is significantly easier with a Docker Compose file.

  1. Run docker pull opensearchproject/opensearch-dashboards:{{site.opensearch_dashboards_version}}.

  2. Create a docker-compose.yml file appropriate for your environment. A sample file that includes OpenSearch Dashboards is available on the OpenSearch Docker installation page.

    Just like opensearch.yml, you can pass a custom opensearch_dashboards.yml to the container in the Docker Compose file. {: .tip }

  3. Run docker-compose up.

    Wait for the containers to start. Then see the OpenSearch Dashboards documentation.

  4. When finished, run docker-compose down.