<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tech-up</author_name>
  <author_url>https://blog.hatena.ne.jp/tech-up/</author_url>
  <blog_title>技術向上</blog_title>
  <blog_url>https://tech-up.hatenablog.com/</blog_url>
  <categories>
    <anon>Docker</anon>
  </categories>
  <description>使い方 Docker imageを自分で作成して使用する場合に利用するファイルです。 配置場所は、プロジェクト配下であればどこでも大丈夫です。 Dockerfileを構成するコマンドは公式で案内されているようにいくつかありますが、下記で一例を示します。 FROM golang:1.11-alpine3.8 COPY . /go/src/github.com/work WORKDIR /go/src/github.com/work/src RUN apk --no-cache --update upgrade \ &amp;&amp; apk add --no-cache git \ &amp;&amp; go get -u …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftech-up.hatenablog.com%2Fentry%2F2019%2F04%2F23%2F113250&quot; title=&quot;Dockerfileの使い方【Docker】 - 技術向上&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>2019-04-23 11:32:50</published>
  <title>Dockerfileの使い方【Docker】</title>
  <type>rich</type>
  <url>https://tech-up.hatenablog.com/entry/2019/04/23/113250</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
