mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fixes /swarm/join endpoint documentation
The JSON payload given in the API documentation is wrong, fixing it. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
3d231c78e8
commit
97c9491b0d
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…
Reference in a new issue