How to start the client Nodes including Setup for Nodes
See: How to provision the Nodes
SSH into the node system and run
cd /root/
cat <plainPassword> > node_client_secret
docker swarm init
cat node_client_secret | docker secret create node_client_secret -
curl -o rudl-node-stack.yml https://raw.githubusercontent.com/rudl-project/rudl.infracamp.org/main/docs/setup/node/rudl-node-stack.yml
Edit the rudl-node-stack.yml file
Then run the stack
docker stack deploy -c rudl-node-stack.yml rudl