From b5240129758fae99a335f2e25335a9f6c09981f0 Mon Sep 17 00:00:00 2001 From: Wang Jie Date: Wed, 21 Jun 2017 02:45:23 +0800 Subject: [PATCH] Create join.md (#3604) --- swarm/reference/join.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/swarm/reference/join.md b/swarm/reference/join.md index c9323dcf3b..1a28dd3d7f 100644 --- a/swarm/reference/join.md +++ b/swarm/reference/join.md @@ -41,7 +41,8 @@ When you create the Swarm node, use the `` argument to specify one of Where: * `` 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 ` 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) \ No newline at end of file +For more information, see [Use TLS with distributed key/value discovery](../discovery.md).