Create swarm-api.md (#3608)

This commit is contained in:
Wang Jie 2017-06-16 05:31:33 +08:00 committed by John Mulhausen
parent 7472a1b219
commit 81df7be88a
1 changed files with 2 additions and 2 deletions

View File

@ -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.