We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d6136a + be871a0 commit 24b56c8Copy full SHA for 24b56c8
1 file changed
packages/server/src/setup/server-setup.ts
@@ -519,7 +519,7 @@ echo -e "3. Check Docker Installation. "
519
if ! [ -x "$(command -v docker)" ]; then
520
echo " - Docker is not installed. Installing Docker. It may take a while."
521
case "$OS_TYPE" in
522
- "almalinux")
+ "almalinux" | "rocky" | "centos" | "rhel" | "ol")
523
$SUDO_CMD dnf config-manager --add-repo=https://download.docker.com/linux/centos/docker-ce.repo >/dev/null 2>&1
524
$SUDO_CMD dnf install -y docker-ce docker-ce-cli containerd.io docker-compose-plugin >/dev/null 2>&1
525
0 commit comments