When trying to start the docker compose (sudo docker compose up -d / docker compose up -d / docker-compose up -d / ...) after 2-15 seconds I encounter the error of:
Error response from daemon: pull access denied for dji/nginx, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
I am logged into docker, this is not the issue, when rerunning the command, I get always the same error.
Important to note is that it is not just the nginx but also the other pulls, so far I encountered the error for dji/nginx, dji/mysql. dji/cloud_api_sample.
getting rid of the dji/ upfront does not solve the issue, it may help with nginx and mysql, but the cloud_api_sample cannot be found/pulled.
When trying to start the docker compose (sudo docker compose up -d / docker compose up -d / docker-compose up -d / ...) after 2-15 seconds I encounter the error of: Error response from daemon: pull access denied for dji/nginx, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
I am logged into docker, this is not the issue, when rerunning the command, I get always the same error. Important to note is that it is not just the nginx but also the other pulls, so far I encountered the error for dji/nginx, dji/mysql. dji/cloud_api_sample. getting rid of the dji/ upfront does not solve the issue, it may help with nginx and mysql, but the cloud_api_sample cannot be found/pulled.
Thanks in advance!