Browse code

Add the link for swarm reference document

Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>

yuexiao-wang authored on 2016/12/20 02:55:51
Showing 7 changed files
... ...
@@ -136,7 +136,8 @@ frequently.
136 136
 ## Related information
137 137
 
138 138
 * [swarm join](swarm_join.md)
139
+* [swarm join-token](swarm_join_token.md)
139 140
 * [swarm leave](swarm_leave.md)
141
+* [swarm unlock](swarm_unlock.md)
142
+* [swarm unlock-key](swarm_unlock_key.md)
140 143
 * [swarm update](swarm_update.md)
141
-* [swarm join-token](swarm_join_token.md)
142
-* [node rm](node_rm.md)
... ...
@@ -98,5 +98,8 @@ Secret value required for nodes to join the swarm
98 98
 ## Related information
99 99
 
100 100
 * [swarm init](swarm_init.md)
101
+* [swarm join-token](swarm_join_token.md)
101 102
 * [swarm leave](swarm_leave.md)
103
+* [swarm unlock](swarm_unlock.md)
104
+* [swarm unlock-key](swarm_unlock_key.md)
102 105
 * [swarm update](swarm_update.md)
... ...
@@ -102,4 +102,9 @@ Only print the token. Do not print a complete command for joining.
102 102
 
103 103
 ## Related information
104 104
 
105
+* [swarm init](swarm_init.md)
105 106
 * [swarm join](swarm_join.md)
107
+* [swarm leave](swarm_leave.md)
108
+* [swarm unlock](swarm_unlock.md)
109
+* [swarm unlock-key](swarm_unlock_key.md)
110
+* [swarm update](swarm_update.md)
... ...
@@ -55,4 +55,7 @@ To remove an inactive node, use the [`node rm`](node_rm.md) command instead.
55 55
 * [node rm](node_rm.md)
56 56
 * [swarm init](swarm_init.md)
57 57
 * [swarm join](swarm_join.md)
58
+* [swarm join-token](swarm_join_token.md)
59
+* [swarm unlock](swarm_unlock.md)
60
+* [swarm unlock-key](swarm_unlock_key.md)
58 61
 * [swarm update](swarm_update.md)
... ...
@@ -38,4 +38,8 @@ Please enter unlock key:
38 38
 ## Related information
39 39
 
40 40
 * [swarm init](swarm_init.md)
41
+* [swarm join](swarm_join.md)
42
+* [swarm join-token](swarm_join_token.md)
43
+* [swarm leave](swarm_leave.md)
44
+* [swarm unlock-key](swarm_unlock_key.md)
41 45
 * [swarm update](swarm_update.md)
... ...
@@ -79,6 +79,9 @@ Only print the unlock key, without instructions.
79 79
 
80 80
 ## Related information
81 81
 
82
-* [swarm unlock](swarm_unlock.md)
83 82
 * [swarm init](swarm_init.md)
83
+* [swarm join](swarm_join.md)
84
+* [swarm join-token](swarm_join_token.md)
85
+* [swarm leave](swarm_leave.md)
86
+* [swarm unlock](swarm_unlock.md)
84 87
 * [swarm update](swarm_update.md)
... ...
@@ -42,4 +42,7 @@ $ docker swarm update --cert-expiry 720h
42 42
 
43 43
 * [swarm init](swarm_init.md)
44 44
 * [swarm join](swarm_join.md)
45
+* [swarm join-token](swarm_join_token.md)
45 46
 * [swarm leave](swarm_leave.md)
47
+* [swarm unlock](swarm_unlock.md)
48
+* [swarm unlock-key](swarm_unlock_key.md)