mirror of
https://github.com/containrrr/watchtower.git
synced 2024-12-12 09:04:17 +02:00
parent
eb4e0bb615
commit
46d4d846b5
@ -32,9 +32,11 @@ echo -n 'username:password' | base64
|
|||||||
|
|
||||||
> ### ℹ️ Username and Password for GCloud
|
> ### ℹ️ 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.
|
> 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
|
When the watchtower Docker container is started, the created configuration file
|
||||||
(`<PATH>/config.json` in this example) needs to be passed to the container:
|
(`<PATH>/config.json` in this example) needs to be passed to the container:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user