New to Toradex, pretty much new to Linux. Purchased Verdin & Dalhia boards, went through quick start. Then created new Torizon project using C++ template (hello world). I get an error during the push/pull of the image. Also, I have Docker Desktop installed (host is AMD Ryzen Win11).
Here is the last of the build terminal output:
Executing task: xonsh /home/compass/opencvtest/.conf/service-check.xsh registry compass 22 torizon 192.168.12.160 ‘curl --silent --max-time 5 http://localhost:5002/v2/_catalog’ Registry ready
* Terminal will be reused by tasks, press any key to close it.
* Executing task: sleep 1 && DOCKER_HOST=192.168.12.160:2375 docker pull localhost:5002/opencvtest-debug:arm64 Error response from daemon: manifest for localhost:5002/opencvtest-debug:arm64 not found: manifest unknown: manifest unknown
* The terminal process “/usr/bin/bash ‘-c’, ‘sleep 1 && DOCKER_HOST=192.168.12.160:2375 docker pull localhost:5002/opencvtest-debug:arm64’” terminated with exit code: 1.
Regarding Docker Desktop, when I go to run it most times it doesn’t display the app window but can be found in Task Manager under Background Processes. One must run the Docker Desktop before building as DD starts the docker daemon that the Torizon IDE build requires.