動作確認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
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
動作確認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
Register as a new user and use Qiita more conveniently
Go to list of users who liked