File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -661,7 +661,7 @@ find /run /var/run -iname 'container*.pid' -delete || :
661661 set_cgroup_nesting
662662
663663 if [ $? -ne 0 ]; then
664- echo ' (*) cgroup v2: Failed to enable nesting, retrying...'
664+ echo " (* ) cgroup v2: Failed to enable nesting, retrying..."
665665 else
666666 break
667667 fi
749749 done
750750
751751 if [ " ${docker_ok} " != " true" ] && [ " ${retry_docker_start_count} " != " 4" ]; then
752- echo ' (*) Failed to start docker, retrying...'
752+ echo " (* ) Failed to start docker, retrying..."
753753 set +e
754754 sudo_if pkill dockerd
755755 sudo_if pkill containerd
761761
762762# Execute whatever commands were passed in (if any). This allows us
763763# to set this script to ENTRYPOINT while still executing the default CMD.
764+ # shellcheck disable=all
764765exec " $@ "
765766EOF
766767
@@ -771,4 +772,3 @@ chown ${USERNAME}:root /usr/local/share/docker-init.sh
771772rm -rf /var/lib/apt/lists/*
772773
773774echo 'docker-in-docker-debian script has completed!'
774-
You can’t perform that action at this time.
0 commit comments