Skip to content

Commit 72c0c4f

Browse files
authored
docs: Environment Variable Seems to be DOCKER_HOST, not DOCKER_SOCK (#2122)
1 parent c37fab3 commit 72c0c4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/docs/30-administration/22-backends/10-docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN apk add -U --no-cache docker-credential-ecr-login
3434

3535
## Podman support
3636

37-
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.
37+
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.
3838

3939
## Image Cleanup
4040

docs/versioned_docs/version-1.0/30-administration/22-backends/10-docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN apk add -U --no-cache docker-credential-ecr-login
3434

3535
## Podman support
3636

37-
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.
37+
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.
3838

3939
## Image Cleanup
4040

0 commit comments

Comments
 (0)