diff --git a/build.sh b/build.sh index 2918db5..d7851a5 100755 --- a/build.sh +++ b/build.sh @@ -50,6 +50,26 @@ cat > $mnt/etc/systemd/system/systemd-networkd-wait-online.service.d/override.co TimeoutSec=10s EOF +# Ensure that /proc/sys/net is writable to allow Docker to set +# /proc/sys/net/ipv6/conf/*/disable_ipv6. Works around moby/moby#47769 as +# suggested in the Docker Engine 27.0.1 release notes. +cat > $mnt/etc/systemd/system/remount-proc-sys.service < $mnt/etc/systemd/system/ssh-hostkey-generate.service <