mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 19:13:34 +00:00
fix: check for dockerd command to determine if docker engine is installed
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user