diff --git a/alpine/packages/docker/etc/init.d/docker b/alpine/packages/docker/etc/init.d/docker index afea1233c..3fef1f42c 100755 --- a/alpine/packages/docker/etc/init.d/docker +++ b/alpine/packages/docker/etc/init.d/docker @@ -55,7 +55,7 @@ start() then DRIVERDIR="/Mac$(cat /proc/cmdline | sed -e 's/.*com.docker.driverDir="//' -e 's/".*//')" if ! grep -q "osxfs on /var/log" /proc/mounts ; then - mkdir /run/log + mkdir -p /run/log mount -o bind /var/log /run/log mount --bind "${DRIVERDIR}/log" /var/log fi