Skip to content

Commit 6ddceb8

Browse files
minor modifications
1 parent e5984a9 commit 6ddceb8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/docker-in-docker/install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
@@ -749,7 +749,7 @@ do
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
@@ -761,6 +761,7 @@ done
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
764765
exec "$@"
765766
EOF
766767
@@ -771,4 +772,3 @@ chown ${USERNAME}:root /usr/local/share/docker-init.sh
771772
rm -rf /var/lib/apt/lists/*
772773
773774
echo 'docker-in-docker-debian script has completed!'
774-

0 commit comments

Comments
 (0)