mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Create join.md (#3604)
This commit is contained in:
committed by
Misty Stanley-Jones
parent
3c203c28c0
commit
b524012975
@@ -41,7 +41,8 @@ When you create the Swarm node, use the `<discovery>` argument to specify one of
|
||||
Where:
|
||||
|
||||
* `<token>` is a discovery token generated by Docker Hub's hosted discovery service. To generate this discovery token, use the [`create`](create.md) command.
|
||||
> Warning: Docker Hub's hosted discovery backend is not recommended for production use. It’s intended only for testing/development.
|
||||
|
||||
> **Warning**: Docker Hub's hosted discovery backend is not recommended for production use. It’s intended only for testing/development.
|
||||
|
||||
* `ip1`, `ip2`, `ip3` are each the IP address and port numbers of a discovery backend node.
|
||||
* `path` (optional) is a path to a key-value store on the discovery backend. When you use a single backend to service multiple clusters, you use paths to maintain separate key-value stores for each cluster.
|
||||
@@ -86,4 +87,4 @@ Use `--discovery-opt <value>` to discovery options, such as paths to the TLS fil
|
||||
--discovery-opt kv.certfile=/path/to/mycert.pem \
|
||||
--discovery-opt kv.keyfile=/path/to/mykey.pem \
|
||||
|
||||
For more information, see [Use TLS with distributed key/value discovery](../discovery.md)
|
||||
For more information, see [Use TLS with distributed key/value discovery](../discovery.md).
|
||||
|
||||
Reference in New Issue
Block a user