From 9ede89d81814acbfece38966ae69ad3bf21456ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20C=C3=A1rdenas?= Date: Mon, 2 Oct 2023 15:25:46 -0600 Subject: [PATCH] Update how-to-run-stacks-blockchain-api-docker.md --- .../how-to-guides/how-to-run-stacks-blockchain-api-docker.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/how-to-guides/how-to-run-stacks-blockchain-api-docker.md b/content/how-to-guides/how-to-run-stacks-blockchain-api-docker.md index c97c51284c..686c3319b5 100644 --- a/content/how-to-guides/how-to-run-stacks-blockchain-api-docker.md +++ b/content/how-to-guides/how-to-run-stacks-blockchain-api-docker.md @@ -4,6 +4,10 @@ Title: Run a Stacks Blockchain API instance with Docker # Run a Stacks Blockchain API instance with Docker +> **_NOTE:_** +> +> For a faster way to deploy the Stacks Blockchain and Stacks Blockchain API with Docker, see the [Stacks Blockchain Docker](https://github.com/stacks-network/stacks-blockchain-docker) repository. + On this page, you will learn how to run a [stacks-blockchain-api](https://github.com/hirosystems/stacks-blockchain-api) instance. There are several components involved here to have a working setup, and descriptions will be given for each of these components. This page will also focus on the **easy** path to get the services running, which is currently Docker.