Docker Swarm: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

5 April 2022

  • curprev 09:3209:32, 5 April 2022Eric talk contribs 2,562 bytes +2,562 Created page with "= GlusterFS = Install sudo apt install glusterfs-server sudo systemctl start glusterd.service Add peer sudo gluster peer probe docker-pi-b Create Volume gluster volume create gv0 replica 2 docker-pi-a:/opt/brick docker-pi-b:/opt/brick gluster volume create gv0 replica 2 docker-pi-a:/opt/brick docker-pi-b:/opt/brick force gluster volume start gv0 Mount volume mount -t glusterfs docker-pi-a:/gv0 /mnt/gv0/ = VRRP = Install keepalived sudo apt install keepalived..."