<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Docker on</title><link>https://example.org/categories/docker/</link><description>Recent content from</description><generator>Hugo</generator><language>zh-cn</language><managingEditor>youxiaokang02@gmail.com (小雨凉如水)</managingEditor><webMaster>youxiaokang02@gmail.com (小雨凉如水)</webMaster><copyright>本博客所有文章除特别声明外，均采用 BY-NC-SA 许可协议。转载请注明出处！</copyright><lastBuildDate>Mon, 15 Jun 2026 22:26:51 +0800</lastBuildDate><atom:link href="https://example.org/categories/docker/index.xml" rel="self" type="application/rss+xml"/><item><title>Docker 入门</title><link>https://example.org/post/docker-intro/</link><pubDate>Sat, 13 Jun 2026 12:00:00 +0800</pubDate><author>youxiaokang02@gmail.com (小雨凉如水)</author><guid>https://example.org/post/docker-intro/</guid><description>
<![CDATA[<h1>Docker 入门</h1><p>作者：小雨凉如水（youxiaokang02@gmail.com）</p>
        
          <p>Docker 是一个开源的容器化平台，可以把应用和它所有的依赖打包在一起，形成一个轻量、可移植的容器，然后拿到任何 Linux 机器上都能跑。</p>
        
        <hr><p>本文2026-06-13首发于<a href='https://example.org/'></a>，最后修改于2026-06-15</p>]]></description><category>云原生</category><category>Docker</category></item><item><title>Docker 进阶：数据卷</title><link>https://example.org/post/docker-volume/</link><pubDate>Sat, 13 Jun 2026 14:00:00 +0800</pubDate><author>youxiaokang02@gmail.com (小雨凉如水)</author><guid>https://example.org/post/docker-volume/</guid><description>
<![CDATA[<h1>Docker 进阶：数据卷</h1><p>作者：小雨凉如水（youxiaokang02@gmail.com）</p>
        
          <p>入门篇里我们用 <code>-v</code> 做了简单的目录挂载，这篇专门深入讲 Docker 的数据卷。</p>
        
        <hr><p>本文2026-06-13首发于<a href='https://example.org/'></a>，最后修改于2026-06-15</p>]]></description><category>云原生</category><category>Docker</category></item><item><title>Docker 进阶：网络</title><link>https://example.org/post/docker-network/</link><pubDate>Sat, 13 Jun 2026 15:00:00 +0800</pubDate><author>youxiaokang02@gmail.com (小雨凉如水)</author><guid>https://example.org/post/docker-network/</guid><description>
<![CDATA[<h1>Docker 进阶：网络</h1><p>作者：小雨凉如水（youxiaokang02@gmail.com）</p>
        
          什么是 Docker 网络 每个容器启动后都有自己独立的网络栈（IP 地址、网卡、路由表），容器之间以及容器与宿主机、外部网络之间默认是隔离的。Docker 网
        
        <hr><p>本文2026-06-13首发于<a href='https://example.org/'></a>，最后修改于2026-06-15</p>]]></description><category>云原生</category><category>Docker</category></item></channel></rss>