mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-04-11 11:01:54 +02:00
docs: Environment Variable Seems to be DOCKER_HOST
, not DOCKER_SOCK
(#2122)
This commit is contained in:
parent
c37fab3dd7
commit
72c0c4fe63
@ -34,7 +34,7 @@ RUN apk add -U --no-cache docker-credential-ecr-login
|
||||
|
||||
## Podman support
|
||||
|
||||
While the agent was developed 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.
|
||||
While the agent was developed with Docker/Moby, Podman can also be used by setting the environment variable `DOCKER_HOST` to point to the Podman socket. In order to work without workarounds, Podman 4.0 (or above) is required.
|
||||
|
||||
## Image Cleanup
|
||||
|
||||
|
@ -34,7 +34,7 @@ RUN apk add -U --no-cache docker-credential-ecr-login
|
||||
|
||||
## Podman support
|
||||
|
||||
While the agent was developed 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.
|
||||
While the agent was developed with Docker/Moby, Podman can also be used by setting the environment variable `DOCKER_HOST` to point to the Podman socket. In order to work without workarounds, Podman 4.0 (or above) is required.
|
||||
|
||||
## Image Cleanup
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user