mirror of https://github.com/docker/docs.git
fix typos and add note in discovery README for token usage scenarios
Signed-off-by: Alexandre Beslic <abronan@docker.com>
This commit is contained in:
parent
765431f70f
commit
501b9609dd
|
|
@ -19,8 +19,9 @@ can use.
|
|||
|
||||
### Hosted Discovery with Docker Hub
|
||||
|
||||
This example uses the hosted discovery service on Docker Hub. Using
|
||||
Docker Hub's hosted discovery service requires that each node in the
|
||||
This example uses the hosted discovery service on Docker Hub. It is not
|
||||
meant to be used in production scenarios but for development/testing only.
|
||||
Using Docker Hub's hosted discovery service requires that each node in the
|
||||
swarm is connected to the internet. To create your swarm:
|
||||
|
||||
First we create a cluster.
|
||||
|
|
|
|||
|
|
@ -24,10 +24,10 @@ can use.
|
|||
|
||||
### Hosted Discovery with Docker Hub
|
||||
|
||||
#####The Hosted Discovery Service is not recomended for production use.
|
||||
#####The Hosted Discovery Service is not recommended for production use.
|
||||
#####It's intended to be used for testing/development.
|
||||
|
||||
#####See other backends for produtions use cases.
|
||||
#####See other discovery backends for production use.
|
||||
|
||||
This example uses the hosted discovery service on Docker Hub. Using
|
||||
Docker Hub's hosted discovery service requires that each node in the
|
||||
|
|
|
|||
Loading…
Reference in New Issue