Shawn's Blog
蒸汽兔
Potainer安装
字数:82 字
阅读时长:约 0 分钟
阅读次
CE版
参考地址 https://docs.portainer.io/v/ce-2.6/start/install/server/swarm/linux
# 下载配置yml
curl -L https://downloads.portainer.io/ce2.6.3/portainer-agent-stack.yml -o portainer-agent-stack.yml
# 部署
docker stack deploy -c portainer-agent-stack.yml portainer
浏览器访问:http://ip:9000/
鉴权问题
现象:
拉取镜像报错: certificate signed by unknown authority
解决:
从harbor安装主机中拉/etc/docker/certs.d/
目录至拉取镜像主机
添加Endpoints
-
再加入的swarm集群机器中部署
agent
容器 -
Endpoint Url 项填入 leader机器的ip和agent端口(例如
172.68.0.1:9001
); 注意: 填写需为ip,不能为host;