cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
714
Views
0
Helpful
1
Replies

Can't install the best candidate for containered.io >= 1.2.2-3

Setting up Linux (CentOS) workstation as a development environment

As per page 8/10 at https://developer.cisco.com/learning/modules/dev-setup/dev-centos/step/8,

'sudo yum install -y docker-ce' resulted in:

package docker-ce-3:19.03.12-3.el7.x86_64 requires containerd.io >= 1.2.2-3, but none of the providers can be installed

 

1 Accepted Solution

Accepted Solutions

Manual installation (as root) of containered.io package resolved the issue

yum install -y https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.6-3.3.el7.x86_64.rpm

Install Docker CE again after manual installation of the package:

sudo yum install -y docker-ce

 

View solution in original post

1 Reply 1

Manual installation (as root) of containered.io package resolved the issue

yum install -y https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.6-3.3.el7.x86_64.rpm

Install Docker CE again after manual installation of the package:

sudo yum install -y docker-ce

 

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: