diff --git a/scripts/install.sh b/scripts/install.sh index 7bb48a25..c0c839c9 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -47,7 +47,7 @@ Uncloud supports only systemd-based Linux systems for now." } install_docker() { - if command_exists docker; then + if command_exists dockerd; then log "✓ Docker is already installed." docker version return