diff --git a/content/en/docs/18.0/get-started/local-docker.md b/content/en/docs/18.0/get-started/local-docker.md index 9201925ad..49188abf5 100644 --- a/content/en/docs/18.0/get-started/local-docker.md +++ b/content/en/docs/18.0/get-started/local-docker.md @@ -12,6 +12,10 @@ This guide will only work on x86_64/amd64 based machines. This guide illustrates how to run a local testing Vitess setup via Docker. The Vitess environment is identical to the [local setup](../local/), but without having to install software on one's host other than Docker. +## Prerequisite + +- Install [Golang](https://go.dev/doc/install) locally. + ## Check out the vitessio/vitess repository Clone the GitHub repository via: diff --git a/content/en/docs/19.0/get-started/local-docker.md b/content/en/docs/19.0/get-started/local-docker.md index d40418884..89e9e02c4 100644 --- a/content/en/docs/19.0/get-started/local-docker.md +++ b/content/en/docs/19.0/get-started/local-docker.md @@ -12,6 +12,10 @@ This guide will only work on x86_64/amd64 based machines. This guide illustrates how to run a local testing Vitess setup via Docker. The Vitess environment is identical to the [local setup](../local/), but without having to install software on one's host other than Docker. +## Prerequisite + +- Install [Golang](https://go.dev/doc/install) locally. + ## Check out the vitessio/vitess repository Clone the GitHub repository via: diff --git a/content/en/docs/20.0/get-started/local-docker.md b/content/en/docs/20.0/get-started/local-docker.md index b1db9cc46..1909b85dd 100644 --- a/content/en/docs/20.0/get-started/local-docker.md +++ b/content/en/docs/20.0/get-started/local-docker.md @@ -12,6 +12,10 @@ This guide will only work on x86_64/amd64 based machines. This guide illustrates how to run a local testing Vitess setup via Docker. The Vitess environment is identical to the [local setup](../local/), but without having to install software on one's host other than Docker. +## Prerequisite + +- Install [Golang](https://go.dev/doc/install) locally. + ## Check out the vitessio/vitess repository Clone the GitHub repository via: diff --git a/content/en/docs/21.0/get-started/local-docker.md b/content/en/docs/21.0/get-started/local-docker.md index d4bf43fd5..338ebbb49 100644 --- a/content/en/docs/21.0/get-started/local-docker.md +++ b/content/en/docs/21.0/get-started/local-docker.md @@ -12,6 +12,10 @@ This guide will only work on x86_64/amd64 based machines. This guide illustrates how to run a local testing Vitess setup via Docker. The Vitess environment is identical to the [local setup](../local/), but without having to install software on one's host other than Docker. +## Prerequisite + +- Install [Golang](https://go.dev/doc/install) locally. + ## Check out the vitessio/vitess repository Clone the GitHub repository via: