Fix docker-shim.sh for rootless-dind-runner (#2100)

Fixes #2097
This commit is contained in:
Yusuke Kuoka 2022-12-22 23:00:17 +09:00 committed by GitHub
parent 2407e4f6c6
commit 086f9fd2d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ set -Eeuo pipefail
DOCKER=/usr/bin/docker
if [ ! -e $DOCKER ]; then
DOCKER=$HOME/bin/docker
DOCKER=/home/runner/bin/docker
fi
if [[ ${ARC_DOCKER_MTU_PROPAGATION:-false} == true ]] &&