FIX docker.sock symlink creation
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -74,7 +74,7 @@ fi
|
|||||||
|
|
||||||
# Link external docker even for dumb tools (ie. Visual Studio Docker extension)
|
# Link external docker even for dumb tools (ie. Visual Studio Docker extension)
|
||||||
if [ "$RUN_DOCKER" != "true" -a "$DOCKER_HOST" != "unix:///var/run/docker.sock" -a "$DOCKER_HOST" != "" ]; then
|
if [ "$RUN_DOCKER" != "true" -a "$DOCKER_HOST" != "unix:///var/run/docker.sock" -a "$DOCKER_HOST" != "" ]; then
|
||||||
sn -l "${DOCKER_HOST##unix://}" /run/docker.sock
|
ln -s "${DOCKER_HOST##unix://}" /run/docker.sock
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export CODE_USERNAME
|
export CODE_USERNAME
|
||||||
|
|||||||
Reference in New Issue
Block a user