Skip to content

Commit

Permalink
Update private-registries.md
Browse files Browse the repository at this point in the history
  • Loading branch information
simskij committed Dec 26, 2019
1 parent 8f8da6a commit a798457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/private-registries.md
Expand Up @@ -24,7 +24,7 @@ The required `auth` string can be generated as follows:
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
docker run [...] -v <PATH>/config.json:/config.json containrrr/watchtower
```
Expand Down

0 comments on commit a798457

Please sign in to comment.