Skip to content

Commit

Permalink
Update private-registries.md (#597)
Browse files Browse the repository at this point in the history
Fix gcloud username and example
  • Loading branch information
bugficks committed Jul 15, 2020
1 parent eb4e0bb commit 46d4d84
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/private-registries.md
Expand Up @@ -32,9 +32,11 @@ echo -n 'username:password' | base64

> ### ℹ️ Username and Password for GCloud
>
> For gcloud, we'll use `__json_key` as our username and the content
> For gcloud, we'll use `_json_key` as our username and the content
> of `gcloudauth.json` as the password.
>```bash
> echo -n "_json_key:$(cat gcloudauth.json)" | base64 -w0
>```
When the watchtower Docker container is started, the created configuration file
(`<PATH>/config.json` in this example) needs to be passed to the container:

Expand Down

0 comments on commit 46d4d84

Please sign in to comment.