Skip to content

Commit 4209cb9

Browse files
committed
more readme updates
1 parent d451e08 commit 4209cb9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,13 @@ A 'registry' option is required to be set to the hostname of your Azure Containe
120120
### Docker Hub
121121

122122
`type: docker-hub`
123-
Your docker registry username and password must be configured with 'username' and 'password'.
123+
Your docker registry username and password must be configured with 'username' and 'password' respectively.
124124

125125
### GCR
126126

127127
`type: gcr`
128-
Your gcr.io project name must be configured with 'project', or parsable from the url. The project is parseable from the url as follows: `gcr.io/<PROJECT>/`. Can additionally have all the options available to pod-only auth, and requires enough pod-auth to satisfy the GCR credential helper as specified here: https://github.com/GoogleCloudPlatform/docker-credential-gcr
128+
Your gcr.io project name must be configured with 'project', or parsable from the url. The project is parseable from the url as follows: `gcr.io/<PROJECT>/`. Can additionally have all the options available to pod-only auth, and requires enough pod-auth to satisfy the GCR credential helper as specified here: https://github.com/GoogleCloudPlatform/docker-credential-gcr. Note that:
129+
> In particular, [the gcr credential helper] respects Application Default Credentials and is capable of generating credentials automatically (without an explicit login operation) when running in App Engine or Compute Engine.
129130

130131
## License
131132

0 commit comments

Comments
 (0)