Docker云生态

Docker Kitematic for Linux

2017-05-06  本文已影响194人  行书以鉴

为了解决windows和Mac无法进行容器多终端异步访问,故设计了Kitematic:
详情可以参见<a href="http://dockone.io/article/246">Kitematic 是什么?</a>
作为一款实用开源的GUI工具,直击Mac和Windows的docker使用者的痛点需求。


<h3>Installation</h3>


<h4>Windows 和 Mac的安装方法请看<a href="http://dockone.io/article/246">这里</a></h4>


<h4>Linux通过镜像安装</h4>


A lot of development is going around Docker Kitematic. Kitematic is basically a graphical User Interface that is used to manage docker containers. It integrates with the individual’s Docker hub account and one can manage and use his/her Docker repos using Kitematic.
许多应用构建与发展都是围绕着docker kitematic的,它是个用于管理docker容器的图形用户界面接口,它集成了docker hub个人账户并且可以使用它来管理个人的docker repos.


The project is still in its beta release and till date its only available for Mac OS and Windows, however, a lot of research is going around this project in the Linux community for its Linux release. Today, while reading about Kitematic, I came across a post to install and configure Kitematic on Linux here.
这个项目依旧在Mac OS和Windows上可用,然而,许多研究渐渐围绕并趋向于LInux社区的Linux发行版,所以,今天我在这里介绍我如何在Linux下配置Kitematic的


<h5>作者自行在dockerhub上构建了一个基础镜像</h5>
$~ docker pull jonadev95/kitematic-docker

下载镜像

<h5>在主机运行当前镜像,会在浏览器弹出kitematic界面</h5>
$~ docker run --net host --name kitematic
-v /tmp/.X11-unix:/tmp/.X11-unix
-e DISPLAY=$DISPLAY
-v /tmp/.X11-unix:/tmp/.X11-unix
-v /var/run/docker.sock:/var/run/docker.sock
--privileged=true -t jonadev95/kitematic-docker

运行镜像 kitematic界面

如果报错的话可以在评论区发表错误,大家一起讨论噢~~
参考:http://www.tothenew.com/blog/docker-kitematic-for-linux/(英文文档)

上一篇下一篇

猜你喜欢

热点阅读