<?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/%E4%BB%93%E5%BA%93/</link>
    <description>Recent content in 仓库 on 极客老墨</description>
    <generator>Hugo -- 0.138.0</generator>
    <language>zh-cn</language>
    <lastBuildDate>Mon, 12 Aug 2019 16:16:45 +0000</lastBuildDate>
    <atom:link href="https://blog.hankmo.com/tags/%E4%BB%93%E5%BA%93/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Docker入门系列五——仓库</title>
      <link>https://blog.hankmo.com/posts/tech/docker-repo/</link>
      <pubDate>Mon, 12 Aug 2019 16:16:45 +0000</pubDate>
      <guid>https://blog.hankmo.com/posts/tech/docker-repo/</guid>
      <description>镜像注册表，用来存储镜像数据的地方，官方的Docker hub就是一个公共的Registry，另外，还可以通过官方的registry镜像搭建私有的镜像注册表。通常所说的镜像仓库是泛指Registry，但并不完全准确，一个Registry可以包含多个Repository。例如，拉取镜像：docker pull registry.hub.docker.com/ubuntu:18.04，这里的registry.hub.docker.com就是官方提供的镜像注册表，可以省略不写。</description>
    </item>
  </channel>
</rss>
