dji-sdk / DJI-Cloud-API-Demo

MIT License
112 stars 84 forks source link

Docker version is not able to pull dji/... #58

Closed DannyKuk closed 2 months ago

DannyKuk commented 2 months ago

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!

DannyKuk commented 2 months ago

Error Resolved.

sudo docker load < cloud_api_sample_docker_v1.0.0.tar <- Wrong version, DJI docs should be updated to 1.9.0

Also sudo commands before docker can possibly create errors, if so, try without sudo!