From a5431d5908bbc2679fc9b07008bb49ba1e3c1ab6 Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Thu, 21 Jan 2016 11:25:26 +0100 Subject: [PATCH] forgot a dot Signed-off-by: Antonio Murdaca --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f485bb1..b6c28cc7 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ INFO[0000] Docker cli config file not found: stat : no such file or directory, f ``` If your cli config is found but it doesn't contain the necessary credentials for the queried registry you'll get an error. You can fix this by either logging in (via `docker login`) or providing `--username` -and `--password` +and `--password`. Building - ```sh