Open1

Rancher DesktopでPlantuml

まめせぶんまめせぶん

Rancher Desktopのインストール

https://rancherdesktop.io/ のサイトからバイナリをダウンロードしてインストール

plantuml/plantuml-server のイメージを取り込む

Runcher Desktop を起動
Images メニューを選択
右上の Add Image をクリック
Pullタブで、plantuml/plantuml-server:jetty を入力して、Pull ボタンクリック
しばらく待つ

https://hub.docker.com/r/plantuml/plantuml-server
:jetty はいらないかも

plantuml serverを起動

適当なコンソールから
docker run -d -p 8080:8080 plantuml/plantuml-server:jetty
を実行

動作確認

http://localhost:8080/svg/SyfFKj2rKt3CoKnELR1Io4ZDoSa70000
でアクセスして

となればOK