From 3da5a4678e0b59dad0586ce8da8ba0f8b1e8136d Mon Sep 17 00:00:00 2001 From: Joe Yates Date: Fri, 30 Jun 2023 19:17:53 +0200 Subject: [PATCH] Add note about using Podman in development --- docs/development.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/development.md b/docs/development.md index 03f72b58..3093b3c5 100644 --- a/docs/development.md +++ b/docs/development.md @@ -21,6 +21,12 @@ Before running the test suite, it needs to be started: $ docker-compose up -d ``` +or, with Podman + +```sh +$ podman-compose -f docker-compose.yml up -d +``` + ```sh $ rake ```