Content
You are here:
Openproject-deploy pull access denied for openproject/proxy,
Hey guys,
I am trying to follow this guide to get OpenProject running in Docker but I am facing problems. I can't pull the image in my VM and my host machine. I keep getting the error: "* Error response from daemon: pull access denied for openproject/proxy, repository does not exist or may require 'docker login': denied: requested access to the resource is denied"
Is someone having the same issue and maybe knows how to fix this?
Thank you very much!
Replies (2)
I have the same issue. Looks like the container didn't get pushed publicly on Docker Hub. I created #57701
The full error message, when you pull, is the following:
That means the fix is to build the proxy, by using the command from the message:
Alternatively, you can use the following to start the whole stack.
Our docs will be updated with the next release on Wednesday. Sorry for the confusion!