

docker-ce:ĥ00 buster/stable amd64 Packages Install Docker You will receive an output similar to the one below. Modify the installation to use the Docker repository instead of the default Debian repository. Update the package index with the new added Docker repository.

sudo add-apt-repository "deb $(lsb_release -cs) stable" curl -fsSL | sudo apt-key add -Īdd the Docker repository to the APT sources. sudo apt install apt-transport-https ca-certificates curl gnupg2 software-properties-commonĪdd the GPG key of the Docker repository to the system.

Now you can install some recommended packages to use the apt command over HTTPS. Login to your server using SSH and start by updating the packages to it’s latest version available.
