Update Docker installation command and add support for SLES

This commit is contained in:
Andras Bacsai
2023-11-28 13:12:25 +01:00
parent 085b655d9f
commit 1c386db41d
3 changed files with 25 additions and 12 deletions

View File

@@ -29,6 +29,7 @@ const SPECIFIC_SERVICES = [
];
const SUPPORTED_OS = [
'debian',
'rhel centos fedora'
'ubuntu debian raspbian',
'centos fedora rhel ol rocky',
'sles opensuse-leap opensuse-tumbleweed'
];