0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

dockerでimage treeを見るスクリプト

Last updated at Posted at 2020-03-11

動作確認OS: ubuntu 19.10

ホスト側初期設定

graphvizのinstall
dockerのinstall

docker run --rm -v /var/run/docker.sock:/var/run/docker.sock nate/dockviz images --dot > image.dot
dot -Tpng image.dot -o image.png

ここからはubuntuのみ

xdg-open image.png

参考記事

Docker で Image の ツリーを見る方法

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?