From 72c0c4fe633b4d92edbcb28393c599ab7f083779 Mon Sep 17 00:00:00 2001 From: Patrick Barrett Date: Sun, 6 Aug 2023 18:27:28 -0500 Subject: [PATCH] docs: Environment Variable Seems to be `DOCKER_HOST`, not `DOCKER_SOCK` (#2122) --- docs/docs/30-administration/22-backends/10-docker.md | 2 +- .../version-1.0/30-administration/22-backends/10-docker.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/30-administration/22-backends/10-docker.md b/docs/docs/30-administration/22-backends/10-docker.md index 48ffcc4ec..8651d2594 100644 --- a/docs/docs/30-administration/22-backends/10-docker.md +++ b/docs/docs/30-administration/22-backends/10-docker.md @@ -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 diff --git a/docs/versioned_docs/version-1.0/30-administration/22-backends/10-docker.md b/docs/versioned_docs/version-1.0/30-administration/22-backends/10-docker.md index 48ffcc4ec..8651d2594 100644 --- a/docs/versioned_docs/version-1.0/30-administration/22-backends/10-docker.md +++ b/docs/versioned_docs/version-1.0/30-administration/22-backends/10-docker.md @@ -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