Skip to content

Commit 9b35504

Browse files
ADD docker as a prerequisite
1 parent e33fedf commit 9b35504

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ The PDS Data Delivery Manager has the following prerequisties:
88

99
- `python3` for running the client application and unit tests (Python 3.13 or later)
1010
- `terraform` for creating and deploying DUM server components to AWS
11+
- `Docker` for Terraform to build and package Lambda functions.
12+
- Minimum Version: Docker Engine 20.10+ or Docker Desktop 4.x+.
13+
- Architecture: If deploying from an ARM64 machine (e.g., Apple M1/M2/M3) to x86_64 Lambdas, ensure Docker is configured to support `linux/amd64` builds.
1114

1215
## User Quickstart
1316

0 commit comments

Comments
 (0)