- Install and Configure Docker on your Raspberry Pi 3 Model B+
- Initialise and Configure Docker Swarm Cluster on all yours Raspberry Pi 3 Model B+
pi@swarm-manager:~ $ sudo docker service create --name=docker_board --publish=8080:9000/tcp --constraint=node.role==manager --mount=type=bind,src=/var/run/docker.sock,dst=/var/run/docker.sock portainer/portainer
Open in browser
http://localhost:8080
or
http://192.168.1.111:8080