add full docker suport

This commit is contained in:
ub
2026-02-20 09:48:26 +08:00
parent 77a759a3a1
commit ba315bb95d
3 changed files with 5 additions and 11 deletions

View File

@@ -30,6 +30,7 @@ addpath /command
export PATH
/usr/sbin/sshd -D &
dockerd &
# Wait for the Docker readiness notification, if any
@@ -37,7 +38,6 @@ if read _ 2>/dev/null <&3 ; then
exec 3<&-
fi
# Now we're good: s6-overlay-suexec is accessible via PATH, as are
# all our binaries.
# Run preinit as root, then run stage0 as the container's user (can be