Files
coolify/app/Actions/Server
Murat Aslan eedc9e586d fix: add Arch Linux support for Docker installation
Arch Linux was listed in SUPPORTED_OS but InstallDocker.php had no
specific handler for it, causing 'Unsupported OS' errors when trying
to add Arch Linux servers.

This adds:
- Detection of 'arch' OS type in the install flow
- New getArchDockerInstallCommand() method using pacman:
  - pacman -Syyy (refresh package databases)
  - pacman -S docker docker-compose (install Docker)
  - systemctl start/enable docker

Fixes #4523
2025-11-29 15:22:58 +03:00
..
2025-01-07 15:31:43 +01:00
2024-10-31 18:20:11 +01:00
2025-01-07 15:31:43 +01:00
2024-10-17 22:08:23 +02:00