Commit latest image changes
This commit is contained in:
parent
363f7e6918
commit
05ddb754cc
6 changed files with 57 additions and 14 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue