We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd3fc8e + 5b48326 commit 70e00aaCopy full SHA for 70e00aa
1 file changed
builder/image/bin/boot
@@ -53,7 +53,7 @@ CONFD_PID=$!
53
# remove any pre-existing docker.sock
54
test -e /var/run/docker.sock && rm -f /var/run/docker.sock
55
56
-# force overlay if it's supported
+# force overlayfs if the Docker daemon on the host is using it
57
mkdir --parents --mode=0700 /
58
fstype=$(findmnt --noheadings --output FSTYPE --target /)
59
if [[ "$fstype" == "overlay" ]]; then
0 commit comments