Install Docker Ce Debian
relationshippacific.choulalacolombia.co › installDec 12, 2021 · Install Docker Engine – Community (the latest version of Docker) and containerd: sudo apt-get install docker-ce docker-ce-cli containerd.io. The service will start automatically after the installation. Check the status by typing: sudo systemctl status docker. Install Docker CE on Debian 9 via Repository.
Get Docker CE for Debian | Docker Documentation
docker-docs.netlify.app › install › linux$ apt-cache madison docker-ce docker-ce | 18.03.0~ce-0~debian | https://download.docker.com/linux/debian jessie/stable amd64 Packages b. Install a specific version by its fully qualified package name, which is the package name ( docker-ce ) plus the version string (2nd column) up to the first hyphen, separated by a an equals sign ( = ), for example, docker-ce=18.03.0.ce .