<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet href="/rss/stylesheet/" type="text/xsl"?>
<rss xmlns:content='http://purl.org/rss/1.0/modules/content/' xmlns:taxo='http://purl.org/rss/1.0/modules/taxonomy/' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:itunes='http://www.itunes.com/dtds/podcast-1.0.dtd' xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0" xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:atom='http://www.w3.org/2005/Atom' xmlns:podbridge='http://www.podbridge.com/podbridge-ad.dtd' version='2.0'>
<channel>
  <title>AIOVTUE</title>
  <language>zh-cn</language>
  <generator>microfeed.org</generator>
  <itunes:type>episodic</itunes:type>
  <itunes:explicit>false</itunes:explicit>
  <atom:link rel="self" href="https://cms-d84.pages.dev/rss/" type="application/rss+xml"/>
  <link>https://cms-d84.pages.dev</link>
  <description>
    <![CDATA[<p><strong>﻿雨是神的烟花</strong></p><p><br></p><p><strong>友链：</strong></p><ul><li><a href="https://20030327.xyz" rel="noopener noreferrer" target="_blank"><strong>AIOVTUE'S blog</strong></a> ：雨是神的烟花</li><li><a href="https://aiovtue.us.kg" rel="noopener noreferrer" target="_blank"><strong>aiovtue's blog</strong></a> ：四分之三欢喜</li><li><a href="https://zxb.us.kg/" rel="noopener noreferrer" target="_blank"><strong>aiovtue's notion</strong></a> ：我想要如清泉般的爱</li></ul>]]>
  </description>
  <itunes:author>aiovtue</itunes:author>
  <itunes:image href="https://r2public.aiovt.us.kg/cms/production/images/channel-fe8c3e91c7dc5de6790d45b3e96a3da6.png"/>
  <image>
    <title>AIOVTUE</title>
    <url>https://r2public.aiovt.us.kg/cms/production/images/channel-fe8c3e91c7dc5de6790d45b3e96a3da6.png</url>
    <link>https://cms-d84.pages.dev</link>
  </image>
  <copyright>©2024</copyright>
  <item>
    <title>docker换源</title>
    <guid>dHvPxAZ_oi-</guid>
    <pubDate>Sat, 13 Jul 2024 16:33:10 GMT</pubDate>
    <itunes:explicit>false</itunes:explicit>
    <description>
      <![CDATA[<h6><img src="https://tele-tuchuang.pages.dev/file/1516896592fa75b268dc7.png"></h6><h6>一点星光，在心上就能反射出太阳</h6><h4>一、snap版docker</h4><p>修改：</p><pre class="ql-syntax" spellcheck="false">vim /var/snap/docker/current/config/daemon.json
</pre><h4>二、apt版docker</h4><pre class="ql-syntax" spellcheck="false">vim /etc/docker/daemon.json
</pre><p>docker镜像：</p><p>阿里云</p><pre class="ql-syntax" spellcheck="false">{
  "registry-mirrors": ["https://dg1w94af.mirror.aliyuncs.com"]
}
</pre><p>其他</p><pre class="ql-syntax" spellcheck="false">{
    "registry-mirrors" : [
             "https://registry.docker-cn.com",
             "https://docker.mirrors.ustc.edu.cn",
             "http://hub-mirror.c.163.com",
             "https://cr.console.aliyun.com/"
  ]
}
{
    "registry-mirrors":[
             "https://hub-mirror.c.163.com/",
             "https://docker.mirrors.ustc.edu.cn/"
                        ]
}

</pre><p>重启docker以及daemon</p><pre class="ql-syntax" spellcheck="false">systemctl daemon-reload
systemctl restart docker

</pre>]]>
    </description>
    <link>https://aiovt.us.kg/i/dockerhuanyuan-dHvPxAZ_oi-/</link>
    <itunes:episodeType>full</itunes:episodeType>
  </item>
</channel>
</rss>