1
0
forked from Proxmox/ProxmoxVE

Update docker-install.sh

This commit is contained in:
Sam Heinz
2026-06-21 00:34:02 +10:00
parent a40fbfec3b
commit a60acf0c5f
+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