From bf4cecf3a299907431866f506fedf852a3ddc74f Mon Sep 17 00:00:00 2001 From: Julia Morelli Date: Thu, 2 May 2019 17:15:50 -0300 Subject: [PATCH] Update Readme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I ran into a wild docker error, I suggest you add the fix that worked in my case 😄 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a428a8c..70267e4 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,11 @@ docker run -d --restart=always \ -e DOMAIN_TLD=lvh.me \ juanwaj/dockerdev ``` +**Note:** You may get an error stating the following: +``` +docker: Error response from daemon: Get https://registry-1.docker.io/v2/juanwaj/dockerdev/manifests/latest: unauthorized: incorrect username or password. +``` +If that happens, run `docker logout` and try again! ## Usage