rr- / szurubooru

Image board engine, Danbooru-style.
GNU General Public License v3.0
665 stars 175 forks source link

[Windows 10] cannot build the client service locally, "pull access denied from client" #637

Closed SpaghettiMonkey closed 4 months ago

SpaghettiMonkey commented 4 months ago

Hi, I'm trying to build my docker image / client locally under windows 10 following parts of the solution described in issue #469, but every time I do so I get this error : Error response from daemon: pull access denied for client, repository does not exist or may require 'docker login': denied: requested access to the resource is denied I tried doing that with terminal as admin without success. I get the same error for server when replacing "szurubooru/server:latest" with "server" like I did with "client". What am I doing wrong ?

SpaghettiMonkey commented 4 months ago

Nevermind, I just forgot to change "image" for "build", which was in the doc.