在master运行docker swarm init
下载 portainer swarm stack yaml
curl -L https://downloads.portainer.io/ce2-21/portainer-agent-stack.yml -o portainer-agent-stack.yml
安装portainer swarm ui
docker stack deploy -c portainer-agent-stack.yml portainer
访问 host:9000
获得docker swarm加入token docker swarm join-token worker