Running dev.sh requires logging in to docker from the command line
Hi guys,
thanks for your effort on this repo.
Building an image was failing for me.
$ ./dev.sh
Sending build context to Docker daemon 1.139GB
Step 1/29 : FROM debian:testing
Get https://registry-1.docker.io/v2/library/debian/manifests/testing: unauthorized: incorrect username or password
There was an error building the image
I worked around by logging in to docker using my docker hub account username (not email) and password.
$ docker login
It you can replicate this, it would be good to update README to add this instruction. Let me know if you want me to submit a PR for this.
Cheers, Sasha
Hi @sasha-ruby - I've never run into this one. I'll have a look and see if I can replicate.
Hi @ateucher , thanks for checking it out. Please let me know if I can provide any further info.
Cheers, Sasha
This worked fine for me. It shouldn't need a login as that's a public image...