<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Docker :: Today 'tunepolo' Leaned</title><link>https://tunepolo.github.io/til/docker/index.html</link><description/><generator>Hugo</generator><language>ja-jp</language><atom:link href="https://tunepolo.github.io/til/docker/index.xml" rel="self" type="application/rss+xml"/><item><title>Dockerの基本操作</title><link>https://tunepolo.github.io/til/docker/basic_command/index.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://tunepolo.github.io/til/docker/basic_command/index.html</guid><description>ローカル環境のイメージを表示 $ docker images REPOSITORY TAG IMAGE ID CREATED SIZE ruby 3.3 cf96d5f9e8cf 2 weeks ago 1.21GB golang 1.22 3e93e4cd615c 2 months ago 1.13GB ローカル環境のDockerコンテナの一覧を表示 $ docker ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES Dockerイメージの削除 $ docker rmi cf96d5f9e8cf イメージIDのかわりにリポジトリ名:タグでも指定できる。</description></item></channel></rss>