<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[阿Tim日志]]></title> 
<link>https://atim.cn/index.php</link> 
<description><![CDATA[专业的php开发者.开发团队的带队人]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[阿Tim日志]]></copyright>
<item>
<link>https://atim.cn/post//</link>
<title><![CDATA[在debain10中安装docker]]></title> 
<author>bkkkd &lt;partybase@gmail.com&gt;</author>
<category><![CDATA[有感而发]]></category>
<pubDate>Fri, 02 Apr 2021 15:27:40 +0000</pubDate> 
<guid>https://atim.cn/post//</guid> 
<description>
<![CDATA[ 
	centos已经被放弃了,所以尝试使用debain 为作服务器的母机系统.<br/>目前的架构都是使用docker来运行具体的服务.所以安装docker成了第一步.<br/>[code]<br/>apt update<br/>apt install apt-transport-https ca-certificates curl software-properties-common gnupg2<br/>curl -fsSL https://download.docker.com/linux/debian/gpg &#124;&nbsp;&nbsp;sudo apt-key add -<br/>echo " deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable "> /etc/apt/sources.list.d/docker.list<br/>apt update<br/>apt install docker-ce<br/>systemctl status docker.service <br/>docker ps<br/>docker container run hello-world<br/>[code]
]]>
</description>
</item><item>
<link>https://atim.cn/post//#blogcomment</link>
<title><![CDATA[[评论] 在debain10中安装docker]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://atim.cn/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>