From a127745a23c0b35420215fe52a7684100e6da9c8 Mon Sep 17 00:00:00 2001 From: mscherer Date: Sat, 7 May 2022 14:19:28 +0200 Subject: [PATCH] Add documentation about Podman usage (#901) --- docs/docs/30-administration/22-backends/10-docker.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/30-administration/22-backends/10-docker.md b/docs/docs/30-administration/22-backends/10-docker.md index 5179d297a..b2e60b46c 100644 --- a/docs/docs/30-administration/22-backends/10-docker.md +++ b/docs/docs/30-administration/22-backends/10-docker.md @@ -13,3 +13,7 @@ Set to the name of an existing network which will be attached to all your pipeli > Default: `false` Enable IPv6 for the networks used by pipeline containers (steps). Make sure you configured your docker daemon to support IPv6. + +## Podman support + +While the agent was developped with Docker/Moby, Podman can also be used by setting the environment variable `DOCKER_SOCK` to point to the podman socket. In order to work without workarounds, Podman 4.0 (or above) is required.