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
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