mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-28 09:01:46 +00:00
Travis build: 27
This commit is contained in:
@@ -62,13 +62,13 @@ To add a manager to this swarm, run the following command:
|
||||
Run the command provided on your second node to join it to the swarm as a manager. After adding the second node, the output of ```docker node ls``` (on either host) should reflect two nodes:
|
||||
|
||||
|
||||
````
|
||||
```
|
||||
[root@ds2 davidy]# docker node ls
|
||||
ID HOSTNAME STATUS AVAILABILITY MANAGER STATUS
|
||||
b54vls3wf8xztwfz79nlkivt8 ds1.funkypenguin.co.nz Ready Active Leader
|
||||
xmw49jt5a1j87a6ihul76gbgy * ds2.funkypenguin.co.nz Ready Active Reachable
|
||||
[root@ds2 davidy]#
|
||||
````
|
||||
```
|
||||
|
||||
Repeat the process to add your third node.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user