Install DockSTARTer by running the appropriate command for your Linux distribution. After running the installation commands, a system reboot is required.
Alpine (APK)
sudo apk add curl git
bash -c "$(curl -fsSL https://get.dockstarter.com)"
sudo reboot
Debian/Ubuntu (APT)
sudo apt-get install curl git
bash -c "$(curl -fsSL https://get.dockstarter.com)"
sudo reboot
Note for Raspbian:
Raspbian requires an update and Docker installation first:
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install curl git
bash -c "$(curl -fsSL https://get.docker.com)"
bash -c "$(curl -fsSL https://get.dockstarter.com)"
sudo reboot
Fedora (DNF)
sudo dnf install curl git
bash -c "$(curl -fsSL https://get.dockstarter.com)"
sudo reboot
Arch/Manjaro/EndeavourOS (Pacman)
sudo pacman -Sy curl docker git
bash -c "$(curl -fsSL https://get.dockstarter.com)"
sudo reboot
CentOS (YUM)
sudo yum install curl git
bash -c "$(curl -fsSL https://get.dockstarter.com)"
sudo reboot
bash -c "$(curl -fsSL https://get.dockstarter.com)"