The installation script start.sh does not include commands for installing on Amazon Linux and other Linux distributions, mainly because the script only adds Ubuntu repositories for downloading Docker.
Goal
The script should work for all Linux distributions.
Approach to resolving the bug
Using a universal package manager like snap to install and run docker potentially resolve this issue, otherwise other solutions are required for resolving this.
Problem
The installation script
start.sh
does not include commands for installing on Amazon Linux and other Linux distributions, mainly because the script only adds Ubuntu repositories for downloading Docker.Goal
The script should work for all Linux distributions.
Approach to resolving the bug
Using a universal package manager like snap to install and run docker potentially resolve this issue, otherwise other solutions are required for resolving this.
Technical Skills Needed:
Category
Bug
Sub-Category
Frontend, Backend