iT邦幫忙

第 11 屆 iThome 鐵人賽

DAY 23
0

大家都愛docker,所以我們推出了新的產品,docker in docker

讓我想到一個老笑話
Yes

說那麼多docker,可是要操作時看起來一點都不和藹可親,怎麼辦?/images/emoticon/emoticon70.gif我懂,就是要圖 形介面 。這裡來個輕量級的portainer
先來安裝一下,反正要移除也很容易

  • Deploy Portainer Server
$ docker volume create portainer_data
$ docker run -d -p 8000:8000 -p 9000:9000 -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer

至於要貢獻運算能力的機器可以直接裝agent接受管理,

  • PORTAINER AGENT DEPLOYMENTS ONLY
docker service create --name portainer_agent --network portainer_agent_network --publish mode=host,target=9001,published=9001 -e AGENT_CLUSTER_ADDR=tasks.portainer_agent --mode global --mount type=bind,src=//var/run/docker.sock,dst=/var/run/docker.sock --mount type=bind,src=//var/lib/docker/volumes,dst=/var/lib/docker/volumes –-mount type=bind,src=/,dst=/host portainer/agent

為什麼不裝其他工具?因為本系列重點是小型環境劍走偏鋒,所以凡是熱門的都讓賢/images/emoticon/emoticon01.gif
https://ithelp.ithome.com.tw/upload/images/20190920/20094403Ja1FgmCc71.png
看吧,很容易啊,不過先刮好自己的鬍子,先選local一下
https://ithelp.ithome.com.tw/upload/images/20190920/20094403Ia08RIMAo4.png
https://ithelp.ithome.com.tw/upload/images/20190920/20094403nAY8b84KKj.png
不可否認的,圖形介面管理有個副作用,就是東點西點,發現自己忘記(刪除)的東西
https://ithelp.ithome.com.tw/upload/images/20190920/20094403MACrl9pWy8.png
當然不要忘記開設自己的帳號
https://ithelp.ithome.com.tw/upload/images/20190920/20094403rmboOoIUVb.png

好了,今天進度就先到這裡

REF:
https://www.portainer.io/installation/


上一篇
docker ABC
下一篇
Private docker registry
系列文
Oops Step ( Home lab of a kind ) 34
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言