国产 无码 综合区,色欲AV无码国产永久播放,无码天堂亚洲国产AV,国产日韩欧美女同一区二区

error pulling image configuration: download failed after attempts=6: dialing production.cloudflare.d

這篇具有很好參考價(jià)值的文章主要介紹了error pulling image configuration: download failed after attempts=6: dialing production.cloudflare.d。希望對(duì)大家有所幫助。如果存在錯(cuò)誤或未考慮完全的地方,請(qǐng)大家不吝賜教,您也可以點(diǎn)擊"舉報(bào)違法"按鈕提交疑問。

一 背景


?????? 在Mac系統(tǒng)上,啟動(dòng)Docker Desktop后,想部署一個(gè)docker-compose 文件,然后執(zhí)行docker-compose up時(shí),出現(xiàn)錯(cuò)誤提示如下(如下圖):

error pulling image configuration: download failed after attempts=6: dialing production.cloudflare.docker.com:443 no HTTPS proxy: connecting to 104.18.122.25:443: dial tcp 104.18.122.25:443: i/o timeout

error pulling image configuration: download failed after attempts=6: dialing production.cloudflare.d文章來(lái)源地址http://www.zghlxwxcb.cn/news/detail-504125.html


二 如何解決這個(gè)問題


?????? 這個(gè)問題一看,就應(yīng)該知道問題的所在了:拉鏡像的地址不對(duì),無(wú)法連接。既然知道是這個(gè)問題,其實(shí)把對(duì)應(yīng)的鏡像源地址修改一下即可。Mac下的修改:打開電腦中的Docker 的 Preference ,在 Docker Engine 中增加如下內(nèi)容

到了這里,關(guān)于error pulling image configuration: download failed after attempts=6: dialing production.cloudflare.d的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!

本文來(lái)自互聯(lián)網(wǎng)用戶投稿,該文觀點(diǎn)僅代表作者本人,不代表本站立場(chǎng)。本站僅提供信息存儲(chǔ)空間服務(wù),不擁有所有權(quán),不承擔(dān)相關(guān)法律責(zé)任。如若轉(zhuǎn)載,請(qǐng)注明出處: 如若內(nèi)容造成侵權(quán)/違法違規(guī)/事實(shí)不符,請(qǐng)點(diǎn)擊違法舉報(bào)進(jìn)行投訴反饋,一經(jīng)查實(shí),立即刪除!

領(lǐng)支付寶紅包贊助服務(wù)器費(fèi)用

相關(guān)文章

  • 解決docker pull xxxx,報(bào)error pulling image configuration: Get https://production.cloudflare.docker.com/

    解決docker pull xxxx,報(bào)error pulling image configuration: Get https://production.cloudflare.docker.com/

    Centos?下 給docker 安裝 jdk ,拉去jdk提示:error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/13/13041d54229cc20958f6524b6256964a99b6bea415204e7ed29f96bdc60b0f56/data?verify=1684120931-vwrbuWx70iYgTGg%2FSYJ9CfK%2F1eU%3D: EOF 問題 解決方法: 1編輯 /etc/resolv.conf 往里

    2024年02月13日
    瀏覽(18)
  • docker: error pulling image configuration: Get https://production.cloudflare.docker.com
  • docker拉取鏡像報(bào)錯(cuò):docker: error pulling image configuration: Get https://production.cloudflare.docker.com

    docker拉取鏡像報(bào)錯(cuò):docker: error pulling image configuration: Get https://production.cloudflare.docker.com

    1. 使用docker拉取對(duì)應(yīng)的鏡像的時(shí)候報(bào)錯(cuò):docker: error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/04/04540a0bb9853e0c23e03f0cfbde3fdbdb01590a663fe18860cb3425cd64aea8/data?verify=1703832355-UFgWc0cR%2BiTO%2BkcRi6YlKA%2BEVi4%3D: net/http: TLS handshake timeout. 2.百度了一

    2024年04月28日
    瀏覽(30)
  • kubeadm init [ERROR ImagePull]: failed to pull image registry.k8s.io 解決方法

    kubeadm init [ERROR ImagePull]: failed to pull image registry.k8s.io 解決方法

    ** https://blog.itwk.cc 由于國(guó)內(nèi)網(wǎng)絡(luò)原因,kubeadm init部署集群會(huì)卡住不動(dòng),,報(bào)錯(cuò)如下: error execution phase preflight: [preflight] Some fatal errors occurred: [ERROR ImagePull]: failed to pull image registry.k8s.io/kube-apiserver:v1.25.6: output: E0124 00:28:25.369652 3299 remote_image.go:171] “PullImage from image service failed”

    2024年02月11日
    瀏覽(33)
  • k8s拉取私有倉(cāng)庫(kù)鏡像失?。簉pc error: code = Unknown desc = failed to pull and unpack image【20221121】

    k8s拉取私有倉(cāng)庫(kù)鏡像失?。簉pc error: code = Unknown desc = failed to pull and unpack image【20221121】

    k8s拉取鏡像并不是通過(guò)docker拉取,而是通過(guò) crictl拉取的。 失敗原因如下: 解決方法: 1、先拷貝一份 2、修改/etc/containerd/config.toml 找到plugins.“io.containerd.grpc.v1.cri”.registry的位置 修改之前: 修改之后: 3、 內(nèi)容: 4、重啟 5、再次拉取

    2024年02月11日
    瀏覽(23)
  • A connection attempt failed because the connected party did not properly respond after a period of……

    在vscode中安裝GO語(yǔ)言相關(guān)插件的時(shí)候,報(bào)錯(cuò): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. ?問題原因: 這是因?yàn)槲覀冊(cè)L問的地址被防火墻給屏蔽了,你需要改成我們國(guó)內(nèi)可用的代理

    2024年02月11日
    瀏覽(16)
  • ERROR:Flash Download Failed - “Contex - M3”

    ERROR:Flash Download Failed - “Contex - M3”

    相信有不少在學(xué)習(xí)stm32單片機(jī)的童鞋們也會(huì)遇到這樣的情況,程序在KEIL5里面編譯一點(diǎn)錯(cuò)誤也沒有,也沒有警告,但是就是不能下載到單片機(jī)上面。 原因如下: 在一些給的某些開發(fā)板給的工程模板,它的模板程序并不一定適用你自己的芯片型號(hào),不同的信號(hào)有管腳、外設(shè)、

    2024年02月05日
    瀏覽(20)
  • Error: Flash Download failed - “Cortex-M3“

    Error: Flash Download failed - “Cortex-M3“

    KEIL5使用ST-LINKV2燒錄程序進(jìn)入STM32F103c8t6時(shí),程序編譯沒問題,但出現(xiàn)“Error: Flash Download failed - “Cortex-M3””錯(cuò)誤,如下: 以正點(diǎn)原子STM32F1開發(fā)板中庫(kù)函數(shù)的跑馬燈程序?yàn)槔某绦蜻m用于STM32F103ZET6芯片,為大容量芯片,而與STM32F103C8T6芯片并不完全兼容。所以要想正常燒

    2024年02月03日
    瀏覽(34)
  • 解決git pull代碼時(shí)一直報(bào)錯(cuò):Failed to connect to 127.0.0.1 port 7890 after 2076 ms: Connection refused

    解決git pull代碼時(shí)一直報(bào)錯(cuò):Failed to connect to 127.0.0.1 port 7890 after 2076 ms: Connection refused

    我在本地建立一個(gè)分支,想拉取遠(yuǎn)程的分支到本地分支,出現(xiàn)報(bào)錯(cuò) 第一步,先把網(wǎng)路代理關(guān)掉,我懷疑可能是之前科學(xué)上網(wǎng)導(dǎo)致的 第二步:輸入命令 git config --global http.proxy 接著輸入? ?git config --global --unset http.proxy 此時(shí)拉取成功? ?

    2024年02月04日
    瀏覽(110)
  • Error: Flash Download failed - “Cortex-M3“錯(cuò)誤解決辦法

    Error: Flash Download failed - “Cortex-M3“錯(cuò)誤解決辦法

    在使用STM32F103的時(shí)候,使用DAP仿真器下載程序,出現(xiàn)下載不了的情況,錯(cuò)誤信息如下: 輸出框里打印信息如下: No Algorithm found for: 08000000H - 08000BD7H Erase skipped! Error: Flash Download failed ?- ?\\\"Cortex-M3\\\" 根據(jù)該信息可知,F(xiàn)lash下載失敗 解決辦法: 1、查看是否未安裝相應(yīng)芯片的支持包

    2024年02月06日
    瀏覽(23)

覺得文章有用就打賞一下文章作者

支付寶掃一掃打賞

博客贊助

微信掃一掃打賞

請(qǐng)作者喝杯咖啡吧~博客贊助

支付寶掃一掃領(lǐng)取紅包,優(yōu)惠每天領(lǐng)

二維碼1

領(lǐng)取紅包

二維碼2

領(lǐng)紅包