Relative Content

Tag Archive for dockerdockerfiledocker-desktop

Docker `FROM node` throws `401 Unauthorized` from `GET` (but the `GET` works in Firefox)

XY Problem What would cause a GET to succeed in Firefox/cURL (200 response) but fail from docker (401 Unathorized)? Full problem: Downloaded Docker Desktop & started the tutorial “How do I run a container?” Step 1 (in CMD as Administrator), clone repo: C:>cd tempsandbox C:tempsandbox>git clone https://github.com/docker/welcome-to-docker Cloning into ‘welcome-to-docker’… remote: Enumerating objects: 125, done. […]