1、portainer是一款可視化的容器管理軟件,利用portainer可以輕松方便的管理和創(chuàng)建容器。portainer本身是一個容器,完全免費(fèi)并且具有漢化版。本文介紹portainer的安裝和使用。
2、安裝好容器并配置好容器環(huán)境,可參照https://blog.csdn.net/blackawhite/article/details/128930775?spm=1001.2014.3001.5502
https://blog.csdn.net/blackawhite/article/details/128932434?spm=1001.2014.3001.5502
3、創(chuàng)建數(shù)據(jù)卷
[root@localhost ~]# docker volume create portainer
4、安裝運(yùn)行portainer容器
[root@localhost volumes]# docker run -d -p 9000:9000 --name myPortainer --restart always -v /var/run/docker.sock:/var/run/docker.sock -v portainer:/data portainer/portainer-ce:latest
5、安裝完點(diǎn)擊ip加端口即可打開網(wǎng)頁
文章來源:http://www.zghlxwxcb.cn/news/detail-707095.html
6、至此,安裝完畢。文章來源地址http://www.zghlxwxcb.cn/news/detail-707095.html
到了這里,關(guān)于[docker]筆記-portainer的安裝的文章就介紹完了。如果您還想了解更多內(nèi)容,請?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!