Add documentation about Podman usage (#901)

This commit is contained in:
mscherer 2022-05-07 14:19:28 +02:00 committed by GitHub
parent 1e9119ace9
commit a127745a23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.