Build Docker Swarm Cluster with Rocky Linux 9.5
Preparation I used three VM nodes for this home lab project with 4 Cores 4GB Memory and 20GB for the containers storage with operating systems Rocky Linux 9.5 with Docker community edition v28.2.2. Node Hostname vCPU Memory Storage PrivateNet hmlab01swarm01 4 Core 4GB 20GB 172.16.0.111 hmlab01swarm02 4 Core 4GB 20GB 172.16.0.112 hmlab01swarm03 4 Core 4GB 20GB 172.16.0.113 All operations use the root user, be careful when running commands! In this step execution on all nodes ...