Hello,
I am encountering the following issue when I attempt to execute the task: run-container-torizon-release-arm64
. This command worked a couple days ago (Saturday) to deploy the docker config to the board. The host computer has restartd since then, but nothing else about the environment has changed. The Torizon IDE extension does not show any initialization errors.
My issue is similar to this one: Docker container registry is not running! - That is resolved, but does not offer a clear-cut fix. Similar to that issue, I noticed that I was not logged into Docker Hub until after I got this error for the first time. I logged into Docker Hub successfully. the Docker extension shows that I’m connected and my remote container images, but this issue persists.
The Error:
⚠️ VALIDATING ENVIRONMENT
OS: Linux
OS Version: 5.15.167.4-microsoft-standard-WSL2
OS Arch: x86_64
Under WSL: Torizon
VS Code:
1.99.3
17baf841131aa23349f217ca7c570c76ee87b957
x64
TOR Extension: toradex.apollox-vscode@3.0.4
⚠️ Please make sure to reload the VS Code Window if you had initialization errors
❌ Docker container registry is not running!
Error cause: Not configured
* The terminal process "xonsh '.conf/validate-deps-running.xsh'" terminated with exit code: 1.
* Terminal will be reused by tasks, press any key to close it.
Output of the run-docker-registry
initialization task
* Executing task: /home/puttrax/.local/bin/xonsh /home/puttrax/puttrax-torizon/.conf/run-container-if-not-exists.xsh --container-runtime docker --run-arguments "-d -p 5002:5000 --restart=always registry:2" --container-name registry
Container Runtime: docker
Run Arguments: -d -p 5002:5000 --restart=always registry:2
Container Name: registry
Container registry already created
Checking if container registry is running...
* Terminal will be reused by tasks, press any key to close it.
tdx-info
:
Software summary
------------------------------------------------------------
Bootloader: U-Boot
Kernel version: 6.6.84-7.2.0-g87bfb710b6f1 #1-Torizon SMP PREEMPT Mon Mar 31 08:47:48 UTC 2025
Kernel command line: root=LABEL=otaroot rootfstype=ext4 quiet logo.nologo vt.global_cursor_default=0 plymouth.ignore-serial-consoles splash fbcon=map:3 ostree=/ostree/boot.1/torizon/157a467dd3b97eaebfbf6e17d0c8859fdd0abc1d397c637c6ecd808f79dc0260/0
Distro name: NAME="Torizon OS"
Distro version: VERSION_ID=7.2.0-build.13
Distro variant: VARIANT="Docker"
Hostname: verdin-imx8mp-15601692
------------------------------------------------------------
Hardware info
------------------------------------------------------------
HW model: Toradex Verdin iMX8M Plus WB on Verdin Development Board
Toradex version: 0070 V1.1A
Serial number: 15601692
Processor arch: aarch64
------------------------------------------------------------
Thank you,
William