From c98160ffbd4dd43097a988a4ba7eb40710b645bd Mon Sep 17 00:00:00 2001 From: Thomas Queste Date: Thu, 4 Jan 2024 08:47:29 +0100 Subject: [PATCH] doc: add Podman section --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4d77152..2ce0c02 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ Enhanced Docker image for Radicale, the CalDAV - [Option 1: Create a user/group with id `2999` on the host](#option-1-create-a-usergroup-with-id-2999-on-the-host) - [Option 2: Force the user/group ids on `docker run`](#option-2-force-the-usergroup-ids-on-docker-run) - [Option 3: Build the image with a custom user/group](#option-3-build-the-image-with-a-custom-usergroup) +- [Podman](#podman) - [Tags](#tags) - [Contributing](#contributing) - [Releasing](#releasing) @@ -234,6 +235,10 @@ Usage: `docker build --build-arg=BUILD_UID=5000 --build-arg=BUILD_GID=5001 ...`. `BUILD_UID` and `BUILD_GID` are also supported as environment variables to work around a problem on some Synology NAS. See this PR#68. +## Podman + +[@strauss115](https://github.com/strauss115) has made [some instructions](https://github.com/tomsquest/docker-radicale/issues/122#issuecomment-1874607285) to run the image with Podman. + ## Tags The image is tagged with this scheme: