@@ -56,27 +56,28 @@ credentials. When you log in, the command stores credentials in
5656` $HOME/.docker/config.json ` on Linux or ` %USERPROFILE%/.docker/config.json ` on
5757Windows, via the procedure described below.
5858
59- ### Credentials store
59+ ### Credential stores
6060
61- The Docker Engine can keep user credentials in an external credentials store,
61+ The Docker Engine can keep user credentials in an external credential store,
6262such as the native keychain of the operating system. Using an external store
6363is more secure than storing credentials in the Docker configuration file.
6464
65- To use a credentials store, you need an external helper program to interact
65+ To use a credential store, you need an external helper program to interact
6666with a specific keychain or external store. Docker requires the helper
6767program to be in the client's host ` $PATH ` .
6868
69- This is the list of currently available credentials helpers and where
70- you can download them from:
69+ You can download the helpers from the ` docker-credential-helpers `
70+ [ releases page] ( https://github.com/docker/docker-credential-helpers/releases ) .
71+ Helpers are available for the following credential stores:
7172
72- - D-Bus Secret Service: https://github.com/docker/docker-credential-helpers/releases
73- - Apple macOS keychain: https://github.com/docker/docker-credential-helpers/releases
74- - Microsoft Windows Credential Manager: https://github.com/docker/docker-credential-helpers/releases
75- - [ pass] ( https://www.passwordstore.org/ ) : https://github.com/docker/docker-credential-helpers/releases
73+ - D-Bus Secret Service
74+ - Apple macOS keychain
75+ - Microsoft Windows Credential Manager
76+ - [ pass] ( https://www.passwordstore.org/ )
7677
77- #### Configure the credentials store
78+ #### Configure the credential store
7879
79- You need to specify the credentials store in ` $HOME/.docker/config.json `
80+ You need to specify the credential store in ` $HOME/.docker/config.json `
8081to tell the docker engine to use it. The value of the config property should be
8182the suffix of the program to use (i.e. everything after ` docker-credential- ` ).
8283For example, to use ` docker-credential-osxkeychain ` :
0 commit comments