mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 19:13:34 +00:00
ucind: init cluster with created machines
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#!/bin/sh
|
||||
set -eu
|
||||
|
||||
# TODO: cleanup /run/docker.pid on exit to support container restart.
|
||||
dind dockerd &
|
||||
echo "Waiting for Docker in Docker to be ready..."
|
||||
timeout 5s sh -c "until docker info &> /dev/null; do sleep 0.1; done"
|
||||
|
||||
Reference in New Issue
Block a user