Docker Installation on Debian

 sudo apt install docker.io
 sudo systemctl enable --now docker
 sudo usermod -aG docker {YOURUSERNAME}