From fd5e7b809f185d161769f0c98b956aec7a79f641 Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Wed, 18 Dec 2024 11:09:35 +0100 Subject: [PATCH] docs: add note about containers arch (#6236) --- README.md | 1 + docs/index.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 98d5cd2476..f9dd486be8 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,7 @@ curl -LO https://raw.githubusercontent.com/prowler-cloud/prowler/refs/heads/mast docker compose up -d ``` +> Containers are built for `linux/amd64`. If your workstation's architecture is different, please set `DOCKER_DEFAULT_PLATFORM=linux/amd64` in your environment. > Enjoy Prowler App at http://localhost:3000 by signing up with your email and password. ### From GitHub diff --git a/docs/index.md b/docs/index.md index 3ab1b4cfd6..ff3bb149c9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -45,6 +45,8 @@ Prowler App can be installed in different ways, depending on your environment: docker compose up -d ``` + > Containers are built for `linux/amd64`. If your workstation's architecture is different, please set `DOCKER_DEFAULT_PLATFORM=linux/amd64` in your environment. + > Enjoy Prowler App at http://localhost:3000 by signing up with your email and password. ???+ note