Create join.md (#3604)

This commit is contained in:
Wang Jie 2017-06-21 02:45:23 +08:00 committed by Misty Stanley-Jones
parent 3c203c28c0
commit b524012975
1 changed files with 3 additions and 2 deletions

View File

@ -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. Its intended only for testing/development.
> **Warning**: Docker Hub's hosted discovery backend is not recommended for production use. Its 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).