While trying to launch the shinyproxy-template app on shinyproxy on Kubernetes, I am getting an error while pulling the image.
I get an error as mentioned below:
Failed to pull image “openanalytics/shinyproxy-template”: rpc error: code = Unknown desc = Error response from daemon: pull access denied for openanalytics/shinyproxy-template, repository does not exist or may require ‘docker login’: denied: requested access to the resource is denied
But when I am running the same using Docker, I am able to run this application using the application.yml.
Can someone please help me in this?
The application.yml file I am using is mentioned below:
I dont think this is what I was asking.
My question is, when I use shinyproxy-demo apps, its working fine, but when I am using shinyproxy-template image, I am getting above error.
One thing to note is that, I am building the docker image on my local system as mentioned in the link: https://www.shinyproxy.io/documentation/deploying-apps/