From a79845703c94aad96c89e6d5392d212eb6c2f19e Mon Sep 17 00:00:00 2001 From: Simon Aronsson Date: Thu, 26 Dec 2019 08:16:18 +0100 Subject: [PATCH] Update private-registries.md --- docs/private-registries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/private-registries.md b/docs/private-registries.md index 4afbb86..13e7618 100644 --- a/docs/private-registries.md +++ b/docs/private-registries.md @@ -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 (`/config.json` in this example) needs to be passed to the container: +When the watchtower Docker container is started, the created configuration file (`/config.json` in this example) needs to be passed to the container: ```bash docker run [...] -v /config.json:/config.json containrrr/watchtower ```