From 5a586aedfaa49a676446a8c1ea0c7adf0320bb8a Mon Sep 17 00:00:00 2001 From: famfo Date: Sat, 7 Jun 2025 12:32:28 +0200 Subject: [PATCH] README: add notes on Dockerfile usage --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index cdae346c..6efdc7b5 100644 --- a/README.md +++ b/README.md @@ -108,3 +108,11 @@ Cleanup. It will teardown the Forgejo instance. ```sh ./end-to-end.sh stop ``` + +## Running tests in Docker/Podman + +There is an included Dockerfile in which the tests can be run. Building the +conatiner will copy the the entire repo state into the container from which +changes to the tests can be tested. Note: running in podman requires the +`--privileged` flag because this will run podman in podman for some tests. +