mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-06-20 22:41:20 +02:00
Update docker-install.sh (#15243)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user