diff --git a/developer-docs-site/docs/tutorials/validator-node/using-docker.md b/developer-docs-site/docs/tutorials/validator-node/using-docker.md index b61883f134d3a..dc61356cbc027 100644 --- a/developer-docs-site/docs/tutorials/validator-node/using-docker.md +++ b/developer-docs-site/docs/tutorials/validator-node/using-docker.md @@ -8,9 +8,7 @@ sidebar_position: 12 1. Install Docker and Docker-Compose, [Aptos CLI](https://github.com/aptos-labs/aptos-core/blob/main/crates/aptos/README.md). -:::caution Docker support only on Linux - -Docker container is currently supported only on Linux x86-64 platform. If you are on macOS or Windows platform, use the Aptos-core source approach. +:::caution Docker has only been tested on Linux, Windows, and Intel MacOS. If you are on M1 MacOS, use the Aptos-core source approach. ::: @@ -131,4 +129,4 @@ Docker container is currently supported only on Linux x86-64 platform. If you ar 10. Run docker-compose: `docker-compose up`. -Now you have completed setting up your node in test mode. You can continue to our [community](https://community.aptoslabs.com/) website for registration. \ No newline at end of file +Now you have completed setting up your node in test mode. You can continue to our [community](https://community.aptoslabs.com/) website for registration.