<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hys-neko-lab</author_name>
  <author_url>https://blog.hatena.ne.jp/hys-neko-lab/</author_url>
  <blog_title>ヒスねこTechBlog</blog_title>
  <blog_url>https://techblog.hys-neko-lab.com/</blog_url>
  <categories>
    <anon>コンテナ</anon>
  </categories>
  <description>Dockerイメージの中身を簡単に見てみました。 イメージのビルド 調査用であまり複雑なイメージを使いたくなかったので、scratchからビルドすることにしました。 まず適当なファイル(hello.txt)を用意します。 Hello, world! 次にDockerfileを作成。 FROM scratch ADD hello.txt /hello.txt 同ディレクトリ内で、イメージのビルドを行い、tarで保存します。 $ docker build -t testuser/testimage:v1 . $ docker save -o testimage.tar testuser/testi…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftechblog.hys-neko-lab.com%2Fentry%2F2022%2F02%2F03%2F231041&quot; title=&quot;Dockerイメージの観察 - ヒスねこTechBlog&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2022-02-03 23:10:41</published>
  <title>Dockerイメージの観察</title>
  <type>rich</type>
  <url>https://techblog.hys-neko-lab.com/entry/2022/02/03/231041</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
