How to install docker
Go to this site: Install Docker Engine on Debian
TLDR:
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh ./get-docker.sh
To add your current user to the docker group
sudo usermod -aG docker $USER
Go to this site: Install Docker Engine on Debian
TLDR:
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh ./get-docker.sh
To add your current user to the docker group
sudo usermod -aG docker $USER