<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>pandazx</author_name>
  <author_url>https://blog.hatena.ne.jp/pandazx/</author_url>
  <blog_title>pandazx's blog</blog_title>
  <blog_url>https://pandazx.hatenablog.com/</blog_url>
  <categories>
    <anon>docker</anon>
  </categories>
  <description>Dockerizing an SSH service 上記Dockerブログを参考にすれば出来る。まず、このブログに書いてあるDockerfileの内容をコピペしたファイルを作成。ファイル名はDockerfile。次に、以下のコマンドを実行。 # Dockerfileがカレントディレクトリにあること # Ubuntuのコンテナイメージ作成. イメージ名はeg_sshd sudo docker build -t eg_sshd . # コンテナ起動. コンテナ名はtest_sshd sudo docker run -d -P --name test_sshd eg_sshd # ※ -P でコン…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpandazx.hatenablog.com%2Fentry%2F2016%2F03%2F15%2F165738&quot; title=&quot;ssh接続可能なDockerコンテナ作成 - pandazx&amp;#39;s blog&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>2016-03-15 16:57:38</published>
  <title>ssh接続可能なDockerコンテナ作成</title>
  <type>rich</type>
  <url>https://pandazx.hatenablog.com/entry/2016/03/15/165738</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
