mirror of https://github.com/docker/docs.git
Create swarm-api.md (#3608)
This commit is contained in:
parent
7472a1b219
commit
81df7be88a
|
|
@ -2,7 +2,7 @@
|
|||
advisory: swarm-standalone
|
||||
hide_from_sitemap: true
|
||||
description: Swarm API
|
||||
keywords: docker, swarm, clustering, api
|
||||
keywords: docker, swarm, clustering, api
|
||||
redirect_from:
|
||||
- /api/swarm-api/
|
||||
- /swarm/api/
|
||||
|
|
@ -144,7 +144,7 @@ Be aware that tokens are short-lived and will expire quickly.
|
|||
|
||||
### Authenticate using username and password
|
||||
|
||||
> **Note**: this authentication method stores your credentials unencrypted
|
||||
> **Note**: This authentication method stores your credentials unencrypted
|
||||
> on the filesystem. Refer to [Authenticate using registry tokens](swarm-api.md#authenticate-using-registry-tokens)
|
||||
> for a more secure approach.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue