[Solved] Docker Install Error: [Errno 14] curl#60 – Peer‘s Certificate issuer is not recognized

Using the sudo Yum install docker CE docker CE cli containerd.io command to install docker, an error is reported, and the log is as follows:

I am using alicloud’s image source.

Solution:
modify the configuration file/etc/yum.conf and add sslverify = 0.

Read More: