mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
update dind machine image to run dockerd in background
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
set -eu
|
||||
|
||||
dind dockerd &
|
||||
|
||||
exec "$@"
|
||||
Reference in New Issue
Block a user