安装portainer
官方文档:
https://portainer.readthedocs.io/en/latest/deployment.html
https://portainer.readthedocs.io/en/stable/
https://github.com/portainer/portainer
docker安装
$ docker volume create portainer_data
$ docker run -d -p 9000:9000 --name portainer --restart always -v /var/run/docker.sock:/var/run/docker

本文档介绍了如何安装Docker界面管理工具Portainer,提供了docker安装和源码安装两种方式,并详细说明了安装步骤,包括数据文件目录的创建和端口配置。通过完成安装,用户可以通过http://10.0.0.20:9000/访问Portainer。
最低0.47元/天 解锁文章
1万+

被折叠的 条评论
为什么被折叠?



