Docker Swarm Controller (Manager-Leader) for raspberrypi (RPI)
482
Creating a SWARM-Cluster, autodeploy default, add Services and have a Overview over your Docker-Swarm-Cluster.
If /stacks not are available, autodeploy is off - no deployment will try.
swarmbeamer:
image: raspidocker/swarmbeamer
hostname: sbeam
privileged: true
environment:
- LOG_LEVEL=DEBUG
- CLEAN_DURATION=10
ports:
- 2388:8080
volumes:
- /etc/docker/stacks:/stacks
- /var/run/docker.sock:/var/run/docker.sock
Content type
Image
Digest
Size
262.2 MB
Last updated
over 8 years ago
docker pull raspidocker/swarmbeamer