記錄:yum Could not resolve host: mirrors.cloud.aliyuncs.com; Unknown error解決

哈哈哈hh發表於2022-06-02

映象下載、域名解析、時間同步請點選  阿里雲開源映象站

起因:

在使用curl 命令進行自動化安裝Docker的執行指令碼過程中報錯如下

# Executing docker install script, commit: 93d2499759296ac1f9c510605fef85052a2c32be
Warning: the "docker" command appears to already exist on this system.
 
If you already have Docker installed, this script can cause trouble, which is
why we're displaying this warning and provide the opportunity to cancel the
installation.
 
If you installed the current Docker package using this script and are using it
again to update Docker, you can safely ignore this message.
 
You may press Ctrl+C now to abort this script.
+ sleep 20
+ sh -c 'yum install -y -q yum-utils'
[Errno 14] curl#6 - "Could not resolve host: mirrors.cloud.aliyuncs.com; Unknown error"
Trying other mirror.
[Errno 14] curl#6 - "Could not resolve host: mirrors.cloud.aliyuncs.com; Unknown error"
Trying other mirror.
[Errno 14] curl#6 - "Could not resolve host: mirrors.cloud.aliyuncs.com; Unknown error"
Trying other mirror.
[Errno 14] curl#6 - "Could not resolve host: mirrors.cloud.aliyuncs.com; Unknown error"
Trying other mirror.

問題解決:

可以按照如下步驟進行修改即可

進入 cd /etc/yum.repos.d/ 該目錄下

修改檔案 CentOS-Base.repo 和 epel.repo 中所有

最後執行 yum -y update 即可

修改後 重新執行上面curl命令

本文轉自:https://blog.csdn.net/qq_42543063/article/details/122938018


來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/70003733/viewspace-2898565/,如需轉載,請註明出處,否則將追究法律責任。

相關文章