Skip to content

Commit

Permalink
Set export TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE=/var/run/docker.sock
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Feb 5, 2025
1 parent ecd2bf9 commit 058d541
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ jobs:
PODMAN_SOCK_PATH: ${{ env.PODMAN_SOCK_PATH }}
run: |
export TESTCONTAINERS_RYUK_DISABLED=true
export TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE=/var/run/docker.sock
export DOCKER_HOST=$PODMAN_SOCK_PATH
echo "DOCKER_HOST is: $PODMAN_SOCK_PATH"
Expand Down

0 comments on commit 058d541

Please sign in to comment.