Update private-registries.md

pull/424/head
Simon Aronsson 5 years ago committed by GitHub
parent 8f8da6a2f4
commit a79845703c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,7 +24,7 @@ The required `auth` string can be generated as follows:
echo -n 'username:password' | base64 echo -n 'username:password' | base64
``` ```
When the watchtower Docker container is stared, the created configuration file (`<PATH>/config.json` in this example) needs to be passed to the container: When the watchtower Docker container is started, the created configuration file (`<PATH>/config.json` in this example) needs to be passed to the container:
```bash ```bash
docker run [...] -v <PATH>/config.json:/config.json containrrr/watchtower docker run [...] -v <PATH>/config.json:/config.json containrrr/watchtower
``` ```

Loading…
Cancel
Save