<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Kureduki_Maari</author_name>
  <author_url>https://blog.hatena.ne.jp/Kureduki_Maari/</author_url>
  <blog_title>c4se記：さっちゃんですよ☆</blog_title>
  <blog_url>https://c4se.hatenablog.com/</blog_url>
  <categories>
    <anon>Programming</anon>
    <anon>sh</anon>
    <anon>Docker</anon>
  </categories>
  <description>持ち歩きの PC を Windows7 から Ubuntu に入れ替へました。 問題 入れてる Docker の image 名が長く成って覚えてないし、コピペしやうにもdocker ps -aの出力は長い。名前だけ一覧したい。 解決 AWK を使ふ。.bashrc に書く。 |sh| license: Public Domain function docker-ps-names() { docker ps -a | awk -F&quot; +&quot; 'NR&gt;1{print $(NF-1)}' } ||&lt; 空白区切りで、ヘッダである一行目を飛ばし、最後の列を出力する。 peco ( https://git…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fc4se.hatenablog.com%2Fentry%2F2014%2F07%2F07%2F192616&quot; title=&quot;Docker imageの名前だけを一覧する - c4se記：さっちゃんですよ☆&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>2014-07-07 19:26:16</published>
  <title>Docker imageの名前だけを一覧する</title>
  <type>rich</type>
  <url>https://c4se.hatenablog.com/entry/2014/07/07/192616</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
