From 202db6abfc4fd5d7a647978de1a8f6e5fac253a5 Mon Sep 17 00:00:00 2001 From: asjervanasten Date: Sun, 12 Nov 2023 11:12:12 +0100 Subject: [PATCH] Updates CONTRIBUTING.md to explain required container engine and link to other supported platforms. Signed-off-by: asjervanasten --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 70e7126e..2c29bde9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -45,8 +45,7 @@ If your Pull Request results in the failure of this build it will not be reviewe ##### Requirements - JDK 11 or higher -- Docker (daemon or desktop) - +- Any container engine, e.g. Docker, Podman, Colima. As this project is build on top of testcontainers, see their [documentation](https://golang.testcontainers.org/system_requirements/using_podman/) on how to use another container engine than Docker by default. ##### Building project