mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-29 13:21:10 +00:00
docs: Environment Variable Seems to be DOCKER_HOST
, not DOCKER_SOCK
(#2122)
This commit is contained in:
parent
c37fab3dd7
commit
72c0c4fe63
2 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ RUN apk add -U --no-cache docker-credential-ecr-login
|
||||||
|
|
||||||
## Podman support
|
## 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
|
## Image Cleanup
|
||||||
|
|
||||||
|
|
|
@ -34,7 +34,7 @@ RUN apk add -U --no-cache docker-credential-ecr-login
|
||||||
|
|
||||||
## Podman support
|
## 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
|
## Image Cleanup
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue