Commit latest image changes

This commit is contained in:
zontreck 2025-03-17 23:12:01 -07:00
parent 363f7e6918
commit 05ddb754cc
6 changed files with 57 additions and 14 deletions

View file

@ -1,4 +1,13 @@
#!/bin/bash
/usr/local/sbin/dockerd-entrypoint.sh
#!/bin/sh
dind
# Start Docker daemon in the background
dockerd &
# Wait for Docker daemon to be ready
while (! docker info > /dev/null 2>&1); do
echo "Waiting for Docker daemon to start..."
sleep 1
done
/usr/local/bin/wings