mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #24105 from vdemeester/24094-fix-swarm-join-doc
Fixes /swarm/join endpoint documentation
This commit is contained in:
commit
d68415a949
2 changed files with 2 additions and 2 deletions
|
@ -3663,7 +3663,7 @@ Join an existing new Swarm
|
|||
|
||||
{
|
||||
"ListenAddr": "0.0.0.0:4500",
|
||||
"RemoteAddr": "node1:4500",
|
||||
"RemoteAddrs": ["node1:4500"],
|
||||
"Secret": "",
|
||||
"CACertHash": "",
|
||||
"Manager": false
|
||||
|
|
|
@ -3664,7 +3664,7 @@ Join an existing new Swarm
|
|||
|
||||
{
|
||||
"ListenAddr": "0.0.0.0:4500",
|
||||
"RemoteAddr": "node1:4500",
|
||||
"RemoteAddrs": ["node1:4500"],
|
||||
"Secret": "",
|
||||
"CACertHash": "",
|
||||
"Manager": false
|
||||
|
|
Loading…
Add table
Reference in a new issue