<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>镜像 on 极客老墨</title>
    <link>https://blog.hankmo.com/tags/%E9%95%9C%E5%83%8F/</link>
    <description>Recent content in 镜像 on 极客老墨</description>
    <generator>Hugo -- 0.138.0</generator>
    <language>zh-cn</language>
    <lastBuildDate>Mon, 29 Jul 2019 16:16:45 +0000</lastBuildDate>
    <atom:link href="https://blog.hankmo.com/tags/%E9%95%9C%E5%83%8F/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Docker入门系列四——容器</title>
      <link>https://blog.hankmo.com/posts/tech/docker-container/</link>
      <pubDate>Mon, 29 Jul 2019 16:16:45 +0000</pubDate>
      <guid>https://blog.hankmo.com/posts/tech/docker-container/</guid>
      <description>容器是镜像的可运行实例。您可以使用Docker API或CLI创建，启动，停止，移动或删除容器。您可以将容器连接到一个或多个网络，附加存储，甚至可以根据其当前状态创建新镜像。默认情况下，容器与其他容器及其主机相对隔离。您可以控制容器的网络，存储或其他基础子系统与其他容器或主机的隔离程度。容器由其镜像以及在创建或启动时为其提供的配置选项定义。删除容器后，其未持久存储的状态数据都将消失。</description>
    </item>
  </channel>
</rss>
