Pcs (pacemaker) on Docker Swarm with Debian 11 distri
956
Build from : https://github.com/pschiffe/pcs
Pcs (pacemaker) on Docker Swarm with Debian 11 distri
If systemd doesn't work :
grub-mkconfig -o /boot/grub/grub.cfg
To run :
docker run -d --privileged --net=host -p 2224:2224 -v /sys/fs/cgroup:/sys/fs/cgroup -v /etc/localtime:/etc/localtime:ro -v /run/docker.sock:/run/docker.sock -v /usr/bin/docker:/usr/bin/docker:ro --name pcs davidnurdin/pcs /bin/systemd --system
Pcs web ui will be available on the https://localhost:2224/. To log in, you need to set password for the hacluster linux user inside of the image:
=> docker exec -it pcs bash ====> passwd hacluster
Content type
Image
Digest
sha256:bc8461c9d…
Size
291.7 MB
Last updated
about 2 years ago
docker pull davidnurdin/pcs