DockerのGUIツール
Dockerの操作はコマンドで行う場合が多いですが、
Docker for Windowsの場合は、Kitematicと合わせて利用すると直感的になります。
またWebベースのPortainerも使いやすいです。
Kitematic
ダウンロード: https://kitematic.com/
解凍した後、Kitematic.exeをダブルクリックし、Dockerが自動検知されます。
Dockerがない場合はインストールする必要があります。
Portainer
Hyper-v,Virtual-boxなどのDockerを管理したい場合は、WebベースのPortainerは便利です。
Portainer: https://github.com/portainer/portainer
インストールは簡単です。
docker volume create portainer_data
docker run -d -p 9000:9000 --name portainer --restart always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer
起動後は、IPから DockerサーバIP:9000/#/dashboard でアクセス。
Application templatesからコンテナ作成できます。
Application templates:
起動、削除、追加、ログ確認など、いろいろできます。
以上
Author And Source
この問題について(DockerのGUIツール), 我々は、より多くの情報をここで見つけました https://qiita.com/chenglin/items/423872cebca18b5a1232著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .