specify max size for secret in doc
| ... | ... |
@@ -27,8 +27,9 @@ Options: |
| 27 | 27 |
|
| 28 | 28 |
## Description |
| 29 | 29 |
|
| 30 |
-Creates a secret using standard input or from a file for the secret content. You must run this |
|
| 31 |
-command on a manager node. |
|
| 30 |
+Creates a secret using standard input or from a file for the secret content. You must run this command on a manager node. |
|
| 31 |
+ |
|
| 32 |
+For detailed information about using secrets, refer to [manage sensitive data with Docker secrets](https://docs.docker.com/engine/swarm/secrets/). |
|
| 32 | 33 |
|
| 33 | 34 |
## Examples |
| 34 | 35 |
|
| ... | ... |
@@ -36,6 +36,8 @@ the given template will be executed for each result. |
| 36 | 36 |
Go's [text/template](http://golang.org/pkg/text/template/) package |
| 37 | 37 |
describes all the details of the format. |
| 38 | 38 |
|
| 39 |
+For detailed information about using secrets, refer to [manage sensitive data with Docker secrets](https://docs.docker.com/engine/swarm/secrets/). |
|
| 40 |
+ |
|
| 39 | 41 |
## Examples |
| 40 | 42 |
|
| 41 | 43 |
### Inspect a secret by name or ID |
| ... | ... |
@@ -32,6 +32,8 @@ Options: |
| 32 | 32 |
|
| 33 | 33 |
Run this command on a manager node to list the secrets in the swarm. |
| 34 | 34 |
|
| 35 |
+For detailed information about using secrets, refer to [manage sensitive data with Docker secrets](https://docs.docker.com/engine/swarm/secrets/). |
|
| 36 |
+ |
|
| 35 | 37 |
## Examples |
| 36 | 38 |
|
| 37 | 39 |
```bash |
| ... | ... |
@@ -32,6 +32,8 @@ Options: |
| 32 | 32 |
Removes the specified secrets from the swarm. This command has to be run |
| 33 | 33 |
targeting a manager node. |
| 34 | 34 |
|
| 35 |
+For detailed information about using secrets, refer to [manage sensitive data with Docker secrets](https://docs.docker.com/engine/swarm/secrets/). |
|
| 36 |
+ |
|
| 35 | 37 |
## Examples |
| 36 | 38 |
|
| 37 | 39 |
This example removes a secret: |