On Thu, Oct 17, 2019 at 1:05 PM Yemdjih Kaze Nasser <[email protected]> wrote:
> I would like to get the fineract docker image to work in my kubernetes > cluster but it does not seem to detect the image > > This a sample configuration of the deployment.yaml > <https://gist.github.com/xurror/dc8e7c954c0173209e5bbb2c70f6457a> > > I get this error: > > Failed to pull image "fineract": rpc error: code = Unknown desc = Error > response from daemon: pull access denied for fineract, repository does not > exist or may require 'docker login' > > OR > > Failed to pull image "fineract:latest": rpc error: code = Unknown desc = > Error response from daemon: pull access denied for fineract, repository > does not exist or may require 'docker login' > > I need help troubleshooting this > https://github.com/apache/fineract/#instructions-to-run-using-docker-and-docker-compose https://hub.docker.com/r/apache/fineract So you need to use "apache/fineract" instead of "fineract" Best of luck!
