Aug 01 14:41:53 dockerd[8606]: time="2025-08-01T14:41:53.269142014+08:00" level=info msg="Creating a containerd client" address=/run/containerd/containerd.sock timeout=1m0s
Aug 01 14:41:53 dockerd[8606]: time="2025-08-01T14:41:53.346657444+08:00" level=info msg="Loading containers: start."
Aug 01 14:41:53 dockerd[8606]: time="2025-08-01T14:41:53.389317079+08:00" level=warning msg="Could not load necessary modules for Conntrack: protocol not supported"
Aug 01 14:41:54 dockerd[8606]: time="2025-08-01T14:41:54.183577790+08:00" level=info msg="Loading containers: done."
Aug 01 14:41:54 dockerd[8606]: time="2025-08-01T14:41:54.239987445+08:00" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
Aug 01 14:41:54 dockerd[8606]: time="2025-08-01T14:41:54.240602885+08:00" level=info msg="Initializing buildkit"
Aug 01 14:41:54 dockerd[8606]: time="2025-08-01T14:41:54.363497913+08:00" level=info msg="Completed buildkit initialization"
Aug 01 14:41:54 dockerd[8606]: time="2025-08-01T14:41:54.439839204+08:00" level=info msg="Daemon has completed initialization"
Aug 01 14:41:54 dockerd[8606]: time="2025-08-01T14:41:54.440271179+08:00" level=info msg="API listen on /run/docker.sock"
Among them, this:
Aug 01 14:41:53 dockerd[8606]: time="2025-08-01T14:41:53.389317079+08:00" level=warning msg="Could not load necessary modules for Conntrack: protocol not supported"
khadas@Khadas:~$
khadas@Khadas:~$ cat /etc/fenix-release
# PLEASE DO NOT EDIT THIS FILE
BOARD=Edge2
VENDOR=Rockchip
VERSION=1.7.4
ARCH=arm64
INITRD_ARCH=arm64
IMAGE_VERSION=1.7.4-250801
################ GIT VERSION ################
UBOOT_GIT_VERSION=khadas-edges-u-boot-2017.09-v1.7.4-release
LINUX_GIT_VERSION=khadas-edges-linux-6.1-v1.7.4-release-1-g474a136
FENIX_GIT_VERSION=v1.7.4-18-g6c4feb3
#############################################
khadas@Khadas:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=22.04
DISTRIB_CODENAME=jammy
DISTRIB_DESCRIPTION="Ubuntu 22.04.5 LTS"
khadas@Khadas:~$
khadas@Khadas:~$
khadas@Khadas:~$ sudo docker run hello-world
Hello from Docker!
This message shows that your installation appears to be working correctly.
To generate this message, Docker took the following steps:
1. The Docker client contacted the Docker daemon.
2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
(arm64v8)
3. The Docker daemon created a new container from that image which runs the
executable that produces the output you are currently reading.
4. The Docker daemon streamed that output to the Docker client, which sent it
to your terminal.
To try something more ambitious, you can run an Ubuntu container with:
$ docker run -it ubuntu bash
Share images, automate workflows, and more with a free Docker ID:
https://hub.docker.com/
For more examples and ideas, visit:
https://docs.docker.com/get-started/
khadas@Khadas:~$
khadas@Khadas:~$ uname -a
Linux Khadas 6.1.99 #1.7.4 SMP Fri Aug 1 16:46:20 CST 2025 aarch64 aarch64 aarch64 GNU/Linux
khadas@Khadas:~$
khadas@Khadas:~$
khadas@Khadas:~$
1.Can you execute: ‘systemctl status docker’?
I’ll check the status!
2.I have been working on configuration development and am currently able to run it, At this moment,It’s not convenient to pull the code again now but there is a prompt saying: ‘Among them, this:’
Among them, this:
Aug 01 14:41:53 dockerd[8606]: time="2025-08-01T14:41:53.389317079+08:00" level=warning msg="Could not load necessary modules for Conntrack: protocol not supported"