simple-R-shiny icon indicating copy to clipboard operation
simple-R-shiny copied to clipboard

Running dev.sh requires logging in to docker from the command line

Open sasha-ruby opened this issue 7 years ago • 3 comments

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

sasha-ruby avatar Mar 20 '18 04:03 sasha-ruby

Hi @sasha-ruby - I've never run into this one. I'll have a look and see if I can replicate.

ateucher avatar Mar 20 '18 16:03 ateucher

Hi @ateucher , thanks for checking it out. Please let me know if I can provide any further info.

Cheers, Sasha

sasha-ruby avatar Mar 20 '18 19:03 sasha-ruby

This worked fine for me. It shouldn't need a login as that's a public image...

ateucher avatar Mar 20 '18 22:03 ateucher