1
0
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:
Travis CI
2018-06-06 09:48:34 +00:00
parent 26e9fa4332
commit 21e8a9b8d5
20 changed files with 52 additions and 52 deletions

View File

@@ -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.