HI
docker info:
Client:
Debug Mode: false
Server:
Containers: 1
Running: 0
Paused: 0
Stopped: 1
Images: 2
Server Version: 19.03.9
Storage Driver: overlay2
Backing Filesystem: extfs
Supports d_type: true
Native Overlay Diff: true
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
Volume: local
Network: bridge host ipvlan macvlan null overlay
Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
Swarm: inactive
Runtimes: runc
Default Runtime: runc
Init Binary: docker-init
containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429
runc version: fabf83fd21f205c801571df4074024179eb03b44
init version: fec3683
Security Options:
seccomp
Profile: default
Kernel Version: 4.19.90.S001.64.200410
Operating System: Linux Advanced Server release (aarch64)
OSType: linux
Architecture: aarch64
CPUs: 128
Total Memory: 126.3GiB
Name: localhost.localdomain
ID: WDAE:V3ZU:NVI4:AUBU:HNIN:FP47:IWCY:SA2F:JLND:PSJT:JEAM:DOAT
Docker Root Dir: /var/lib/docker
Debug Mode: false
Registry: https://index.docker.io/v1/
Labels:
Experimental: false
Insecure Registries:
127.0.0.0/8
Live Restore Enabled: false
systemctl status docker
● docker.service - Docker Application Container Engine
Loaded: loaded (/usr/lib/systemd/system/docker.service; disabled; vendor preset: disabled)
Active: active (running) since Wed 2023-07-26 11:10:43 CST; 2h 54min ago
Docs: https://docs.docker.com
Main PID: 1204748 (dockerd)
Tasks: 56
Memory: 59.5M
CGroup: /system.slice/docker.service
└─1204748 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
error info:
journalctl -u docker |grep error
***7 26 08:54:39 localhost.localdomain dockerd[1032950]: time="2023-07-6*T08:54:39.889148340+08:00" level=error msg="Handler for POST /v1.39/containers/e872/start returned error: OCI runtime create failed: container_linux.go:318: starting container process caused \"process_linux.go:267: running exec setns process for init caused \\\"exit status 17\\\"\": unknown"***
7 26** 08:55:12 localhost.localdomain dockerd[1032950]: time="2023-07-26T08:55:12.340798340+08:00" level=info msg="stopping event stream following graceful shutdown" error="<nil>" module=libcontainerd namespace=moby
7 26 08:55:12 localhost.localdomain dockerd[1032950]: time="2023-07-26T08:55:12.341602600+08:00" level=info msg="stopping event stream following graceful shutdown" error="context canceled" module=libcontainerd namespace=plugins.moby
How can i fix it?thx!!!