manageropk.blogg.se

Install docker on debian 10
Install docker on debian 10





install docker on debian 10

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.

install docker on debian 10

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.

install docker on debian 10

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.







Install docker on debian 10