forgejo-runner-dind/entrypoint.sh
royalcat 4c59bc4464
All checks were successful
docker / build-docker (push) Successful in 2m19s
fix
2024-03-31 14:52:43 +03:00

7 lines
No EOL
148 B
Bash

#!/bin/bash
/usr/local/bin/dockerd-entrypoint.sh &
until docker version > /dev/null 2>&1
do
sleep 1
done
forgejo-runner --config config.yml daemon