Skip to content

Commit

Permalink
fix - adjust docker permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
chaddyc committed Jan 1, 2025
1 parent 4f2d513 commit f23fa77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUNNER_NAME=${RUNNER_NAME:-"default-runner"}
trap './config.sh remove --unattended && exit 0' SIGTERM SIGINT

# Start the Docker daemon
/usr/local/bin/dockerd-entrypoint.sh &
/usr/local/bin/dockerd-entrypoint.sh &> /tmp/dockerd.log &

# Wait for Docker daemon to start
while ! docker info > /dev/null 2>&1; do
Expand Down

0 comments on commit f23fa77

Please sign in to comment.