Make docker daemon start with PID 1 in the CI job #8
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We need to run docker daemon manually because seems that the entrypoint is overriden by the runner. It should run automatically with PID 1
@bizcochito We could try to run the dind runner with the command
/usr/local/bin/dockerd-entrypoint.sh
at the cmd section