Skip to content

Commit a9f9569

Browse files
authored
Merge pull request #910 from snyk/chore/make_dockercfg_instructions_clearer
[RUN-1860] Make the dockercfg instructions clearer
2 parents 462f9d3 + aff9614 commit a9f9569

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ The Snyk Integration ID is used in the `--from-literal=integrationId=` parameter
4848
```
4949
Continue to YAML files installation instructions below.
5050

51-
3. If we're using a private registry, you should create a `dockercfg` file. The `dockercfg` file is necessary to allow the monitor to look up images in private registries. Usually a copy of the `dockercfg` resides in `$HOME/.docker/config.json`.
51+
3. If you're using a private registry, you should create a `dockercfg.json` file. The `dockercfg.json` file is necessary to allow the monitor to look up images in private registries. Usually your credentials can be found in `$HOME/.docker/config.json`. These must also be added to the `dockercfg.json` file.
5252

53-
Create a file named `dockercfg.json`. Store your `dockercfg` in there; it should look like this:
53+
Create a file named `dockercfg.json`. Store your credentials in there; it should look like this:
5454

5555
```hjson
5656
{

snyk-monitor/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ The Snyk Integration ID is used in the `--from-literal=integrationId=` parameter
3131
```
3232
Continue to Helm installation instructions below.
3333

34-
3. If we're using a private registry, you should create a `dockercfg` file. The `dockercfg` file is necessary to allow the monitor to look up images in private registries. Usually a copy of the `dockercfg` resides in `$HOME/.docker/config.json`.
34+
3. If you're using a private registry, you should create a `dockercfg.json` file. The `dockercfg` file is necessary to allow the monitor to look up images in private registries. Usually your credentials can be found in `$HOME/.docker/config.json`. These must also be added to the `dockercfg.json` file.
3535

36-
Create a file named `dockercfg.json`. Store your `dockercfg` in there; it should look like this:
36+
Create a file named `dockercfg.json`. Store your credentials in there; it should look like this:
3737

3838
```hjson
3939
{

0 commit comments

Comments
 (0)