- git , curl , wget , nano , p7zip , sqlite3
✅ Debian 11 :
Run these commands for upgrade problem as root
:
hwclock --hctosys
apt --yes install ntp
systemctl enable --now ntp
systemctl restart ntp
dpkg-reconfigure tzdata
# run these commands as root user :
# make sure sudo is installed
apt --yes install sudo
adduser production
usermod -aG sudo production
sudo apt --yes install curl
bash <(curl -sSL https://github.com/ariadata/dockerhost-sh/raw/main/dockerhost-basic-debian-11-non-root.sh)
apt --yes install curl
bash <(curl -sSL https://github.com/ariadata/dockerhost-sh/raw/main/dockerhost-basic-debian-11-root.sh)
✅ Ubuntu 20+:
# run these commands as root user :
# make sure sudo is installed
apt --yes install sudo
adduser production
usermod -aG sudo production
sudo apt --yes install curl
bash <(curl -sSL https://github.com/ariadata/dockerhost-sh/raw/main/dockerhost-basic-ubuntu-non-root.sh)
apt --yes install curl
bash <(curl -sSL https://github.com/ariadata/dockerhost-sh/raw/main/dockerhost-basic-ubuntu-root.sh)
✅ Rocky Linux 9 :
# run these commands as root user :
# make sure sudo is installed
yum install -y sudo
adduser production
passwd production
usermod -aG wheel production
sudo yum install -y curl
bash <(curl -sSL https://github.com/ariadata/dockerhost-sh/raw/main/dockerhost-basic-rocky-9-non-root.sh)
yum install -y curl
bash <(curl -sSL https://github.com/ariadata/dockerhost-sh/raw/main/dockerhost-basic-rocky-9-root.sh)
✅ Rocky Linux 8 :
# run these commands as root user :
# make sure sudo is installed
yum install -y sudo
adduser production
passwd production
usermod -aG wheel production
sudo yum install -y curl
bash <(curl -sSL https://github.com/ariadata/dockerhost-sh/raw/main/dockerhost-basic-rocky-8-non-root.sh)
yum install -y curl
bash <(curl -sSL https://github.com/ariadata/dockerhost-sh/raw/main/dockerhost-basic-rocky-8-root.sh)