update dind machine image to run dockerd in background

This commit is contained in:
Pavel Sviderski
2024-11-27 10:35:49 +10:00
parent 6e0df53f13
commit 410f74425c
3 changed files with 21 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/sh
set -eu
dind dockerd &
exec "$@"