Update install.sh

This commit is contained in:
Josh Spicer 2022-10-06 10:13:32 -07:00 committed by GitHub
parent c2628cefb1
commit 87b0685b2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -325,7 +325,8 @@ set -e
AZURE_DNS_OVERRIDE=$AZURE_DNS_OVERRIDE AZURE_DNS_OVERRIDE=$AZURE_DNS_OVERRIDE
EOF EOF
tee -a ./docker-init.sh > /dev/null << 'EOF' tee -a /usr/local/share/docker-init.sh > /dev/null \
<< 'EOF'
dockerd_start="$(cat << 'INNEREOF' dockerd_start="$(cat << 'INNEREOF'
# explicitly remove dockerd and containerd PID file to ensure that it can start properly if it was stopped uncleanly # explicitly remove dockerd and containerd PID file to ensure that it can start properly if it was stopped uncleanly
# ie: docker kill <ID> # ie: docker kill <ID>