This article is a mirror article of machine translation, please click here to jump to the original article.

View: 5614|Reply: 0

docker-ce-3:19.03.13-3.el7.x86_64 requires containerd.io >= 1.2.2-3

[Copy link]
Posted on 10/30/2020 6:22:28 PM | | | |
When installing docker with CentOS 8, I get the following error:

Error:
Problem: package docker-ce-3:19.03.13-3.el7.x86_64 requires containerd.io >= 1.2.2-3, but none of the providers can be installed
  - cannot install the best candidate for the job
  - package containerd.io-1.2.10-3.2.el7.x86_64 is filtered out by modular filtering
  - package containerd.io-1.2.13-3.1.el7.x86_64 is filtered out by modular filtering
  - package containerd.io-1.2.13-3.2.el7.x86_64 is filtered out by modular filtering
  - package containerd.io-1.2.2-3.3.el7.x86_64 is filtered out by modular filtering
  - package containerd.io-1.2.2-3.el7.x86_64 is filtered out by modular filtering
  - package containerd.io-1.2.4-3.1.el7.x86_64 is filtered out by modular filtering
  - package containerd.io-1.2.5-3.1.el7.x86_64 is filtered out by modular filtering
  - package containerd.io-1.2.6-3.3.el7.x86_64 is filtered out by modular filtering
  - package containerd.io-1.3.7-3.1.el7.x86_64 is filtered out by modular filtering
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)


Roughly speaking, docker-ce needs to install containerd.io package before installation, what is containerd?

Docker's management and operation of containers are basically done through containerd. Containerd is an industrial-grade standard container runtime that emphasizes simplicity, robustness, and portability. Containerd can manage the entire container lifecycle in the host machine: transfer and storage of container images, execution and management of containers, storage and networking, etc.


solution

install containerd.io-1.3.7-3.1.el8.x86_64.rpm,Install the required version according to the actual situation of your system, the command is as follows:

Then go ahead and install Docker.




Previous:HttpSelfHostServer based console web API service
Next:IIS 10 installs the IIS URL Rewrite module
Disclaimer:
All software, programming materials or articles published by Code Farmer Network are only for learning and research purposes; The above content shall not be used for commercial or illegal purposes, otherwise, users shall bear all consequences. The information on this site comes from the Internet, and copyright disputes have nothing to do with this site. You must completely delete the above content from your computer within 24 hours of downloading. If you like the program, please support genuine software, purchase registration, and get better genuine services. If there is any infringement, please contact us by email.

Mail To:help@itsvse.com