line-fido2-server icon indicating copy to clipboard operation
line-fido2-server copied to clipboard

docker-compose up - error

Open hygjob opened this issue 2 years ago • 1 comments
trafficstars

Hello. When I use docker, I got error below. I use window 10 and docker.

D:\line-fido2-server>docker-compose up [+] Running 0/3

  • fido2 Warning 4.3s
  • build Warning 3.1s
  • rp Warning 4.4s [+] Building 4.1s (14/20) ... ...

[rp:latest] FROM docker.io/library/build-image:latest:


failed to solve: failed to load cache key: pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed

D:\line-fido2-server>

hygjob avatar Jul 17 '23 07:07 hygjob

The same problem is happening to me on Linux/Ubuntu and Mac Os.

To resolve it, you had to run the following command. docker build -t build-image . command in project folder.

hugomoraismendes avatar Sep 15 '23 14:09 hugomoraismendes