Update docker-install.sh (#15243)

This commit is contained in:
Sam Heinz
2026-06-21 01:48:59 +10:00
committed by GitHub
parent a40fbfec3b
commit 59285b8b64
+1 -1
View File
@@ -58,7 +58,7 @@ if [[ -n "$socket" ]]; then
cat <<EOF >/etc/systemd/system/docker.service.d/override.conf
[Service]
ExecStart=
ExecStart=/usr/bin/dockerd
ExecStart=$(command -v dockerd || echo /usr/sbin/dockerd)
EOF
$STD systemctl daemon-reexec