Skip to content

Commit

Permalink
Merge pull request #144 from innovativeinnovation/fea-docker-credenti…
Browse files Browse the repository at this point in the history
…al-stores
  • Loading branch information
williambelle authored Mar 1, 2024
2 parents 33780df + 310a122 commit 0bbbc16
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,24 @@ sudo usermod -aG docker your-user

Remember to log out and back in for this to take effect!

## Credential stores

The Docker Engine can keep user credentials in an external credential store.
Using an external store is more secure than storing credentials in the Docker
configuration file.

You can download the helpers from the `docker-credential-helpers`
[releases page](https://github.com/docker/docker-credential-helpers/releases).

You need to specify the credential store in `$HOME/.docker/config.json` to tell
the Docker Engine to use it. For example:

```json
{
"credsStore": "secretservice"
}
```

## Usage

To test Docker installation:
Expand Down

0 comments on commit 0bbbc16

Please sign in to comment.