Developer Guide, connecting OpenSearch Dashboards to OpenSearch

Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
node version 14.20.1, yarn version 1.22.19, macOS

Describe the issue:
I am following the Developer Guide to set up OpenSearch Dashboards. I am facing problems while trying to connect OpenSearch Dashboards to OpenSearch. I am using macOs, I have installed yarn (v1.22.19) and node (v14.20.1), and run “yarn osd bootstrap”. I have tried to connect to OpenSearch both through snapshot and docker.

  1. When running “yarn opensearch snapshot”, I have the following error:

ERROR Snapshots for 3.0.0 are not available
error Command failed with exit code 1.

  1. I have tried to set up via docker. I have followed up to the 10th step through the link OpenSearch-Dashboards/docker-dev-setup-manual.md at main · opensearch-project/OpenSearch-Dashboards · GitHub
    When running “yarn start docker”, I got the following error:

How can I solve this problem?
Thanks.