From f5e469bf4bc267ffd791ae94d9c37248c8a9946d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20Fr=C3=A9con?= Date: Wed, 27 Mar 2024 20:59:22 +0100 Subject: [PATCH] Improve README --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c70b427..08e949a 100644 --- a/README.md +++ b/README.md @@ -67,10 +67,12 @@ starting with `RUNNER_` will affect the behaviour of each [runner] (loop). + Ability to mount local directories to cache local runner-based requirements or critical software tools. + Good compatibility with the regular GitHub [runners]: same user ID, member of - the `docker` group, etc. + the `docker` group, password-less `sudo`, etc. + In theory, the main [ubuntu] and [fedora] images should be able to be used in - more traditional container-based solutions -- perhaps [sysbox]? - Reports/changes are welcome. + more traditional container-based solutions -- perhaps [sysbox]? Reports and/or + changes are welcome. ++ Relaying of the container daemon logs to provide for improved debugging of + complex workflows. [sysbox]: https://github.com/nestybox/sysbox @@ -90,6 +92,8 @@ installed on the host. Installation is easiest on Fedora + `buildah` + `krunvm` (and its [requirements]) +Note: You do not need `podman`. + [built]: ./.github/workflows/ci.yml [requirements]: https://github.com/containers/krunvm#installation