arm架构的docker run docker的时候总报错 run其他镜像的时候无问题只有hass经常run error 麻烦各位大佬帮忙看下 谢谢
#docker run -d --name=homeassistant -v /root/ha:/config -p 8123:8123 homeassistant/armhf-homeassistant
62765fd2643db202f881a5deebbf443e0e78dc27746ba652cb0712489a70f66d
/usr/bin/docker-current: Error response from daemon: oci runtime error: container_linux.go:235: starting container process caused "process_linux.go:339: running prestart hook 2 caused "error running hook: exit status 1, stdout: , stderr: "".
#docker info
Containers: 0
Running: 0
Paused: 0
Stopped: 0
Images: 0
Server Version: 1.13.1
Storage Driver: overlay2
Backing Filesystem: extfs
Supports d_type: true
Native Overlay Diff: true
Logging Driver: journald
Cgroup Driver: systemd
Plugins:
Volume: local
Network: bridge host macvlan null overlay
Swarm: inactive
Runtimes: docker-runc runc
Default Runtime: docker-runc
Init Binary: /usr/libexec/docker/docker-init-current
containerd version: (expected: aa8187dbd3b7ad67d8e5e3a15115d3eef43a7ed1)
runc version: 66aedde759f33c190954815fb765eedc1d782dd9 (expected: 9df8b306d01f59d3a8029be411de015b7304dd8f)
init version: fec3683b971d9c3ef73f284f176672c44b448662 (expected: 949e6facb77383876aeff8a6944dde66b3089574)
Security Options:
seccomp
WARNING: You're not using the default seccomp profile
Profile: /etc/docker/seccomp.json
selinux
Kernel Version: 5.4.115-v7l.1.el7
Operating System: CentOS Linux 7 (AltArch)
OSType: linux
Architecture: armv7l
Number of Docker Hooks: 3
CPUs: 4
Total Memory: 7.692 GiB
Name: 192.168.1.16
ID: OGI7:E5YN:7GQQ:VENR:C3FH:ESCW:GCBQ:REZE:LWGD:VWBP:JNNO:2F5W
Docker Root Dir: /var/lib/docker
Debug Mode (client): false
Debug Mode (server): false
Registry: https://index.docker.io/v1/
WARNING: No memory limit support
WARNING: No swap limit support
WARNING: No kernel memory limit support
WARNING: No oom kill disable support
WARNING: bridge-nf-call-iptables is disabled
WARNING: bridge-nf-call-ip6tables is disabled
Experimental: false
Insecure Registries:
127.0.0.0/8
Registry Mirrors:
https://9cpn8tt6.mirror.aliyuncs.com
Live Restore Enabled: false
Registries: docker.io (secure)
#uname -a
Linux 192.168.1.16 5.4.115-v7l.1.el7 #1 SMP Tue May 4 19:42:23 UTC 2021 armv7l armv7l armv7l GNU/Linux
[[email protected] /root]
#cat /etc/redhat-release
CentOS Linux release 7.9.2009 (AltArch)
[[email protected] /root]
#
|