Sign inSign up

davidnurdin/pcs

By davidnurdin

Updated about 2 years ago

Pcs (pacemaker) on Docker Swarm with Debian 11 distri

Image
0

956

davidnurdin/pcs repository overview

Build from : https://github.com/pschiffe/pcs

Pcs (pacemaker) on Docker Swarm with Debian 11 distri

If systemd doesn't work :

  • Edit file on host : /etc/default/grub
  • GRUB_CMDLINE_LINUX_DEFAULT="quiet systemd.unified_cgroup_hierarchy=0"

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

Tag summary

Content type

Image

Digest

sha256:bc8461c9d

Size

291.7 MB

Last updated

about 2 years ago

docker pull davidnurdin/pcs