From aaf638a05924dd58e90393638cf9c769197ff4cb Mon Sep 17 00:00:00 2001 From: yylyyl Date: Thu, 19 Oct 2023 15:01:41 -0400 Subject: [PATCH] Update docs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d0e6e64..26e6207 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,8 @@ A temporary directory `${RUNNER_TEMP}/podman-in-podman-build` is created, and th The `current working directory`, `${RUNNER_TEMP}/podman-in-podman-build` are mounted in the container. +The device `/dev/fuse` is also mounted, for the Podman in the container to run correctly. + The container is named `podmaninpodman`. ### 2. Run build commands in the container