Install docker on Debian
This is a guide on how to install docker on Debian Linux Systems
Install Guide:
sudo apt install apt-transport-https ca-certificates curl software-properties-common gnupg2curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable"sudo apt install docker-cesudo systemctl status dockerResources
Last updated