arm imx6ull docker启动失败问题查找与解决 内核配置相关

1、增加POSIX Message qeue:could not get initial namespace: no such file or directory

CONFIG_POSIX_MQUEUE=y

2、增加namespace failed to set to initial namespace

CONFIG_NAMESPACES=y

3、创建网络失败,veth配置:docker create endpoint quirky_shtern on network bridge: failed to add the host:

CONFIG_VETH=y

4、增加:iptable相关的配置

CONFIG_IP_NF_IPTABLES=y

5、还需要增加以下的配置

CONFIG_OVERLAY_FS=y

CONFIG_CGROUPS=y

CONFIG_CGROUP_DEVICE=y

6、connect timeout,修改源cat /etc/docker/daemon.json

{

"storage-driver":"overlay2",

"registry-mirrors": [

"https://alzgoonw.mirror.aliyuncs.com",

"https://docker.mirrors.ustc.edu.cn",

"https://registry.docker-cn.com",

"https://hub-mirror.c.163.com",

"https://mirror.baidubce.com",

"https://do.nark.eu.org",

"https://dc.j8.work",

"https://docker.m.daocloud.io",

"https://dockerproxy.com",

"https://docker.mirrors.ustc.edu.cn",

"https://docker.nju.edu.cn"

]

}

相关推荐
小码过河.1 小时前
CentOS 搭建 Docker 私有镜像仓库
linux·docker·centos
贾斯汀玛尔斯2 小时前
ubuntu/centos系统ping 不通域名的解决方案
linux·ubuntu·centos
飞询4 小时前
部署 coze-loop
docker·coze
龙卷风04054 小时前
使用本地IDEA连接服务器远程构建部署Docker服务
后端·docker
翟天保Steven6 小时前
Ubuntu-安装Epics教程
linux·ubuntu·epics
longxibo10 小时前
飞牛系统安装DataEase自定义Docker包
运维·docker·容器
先生沉默先10 小时前
Docker常用命令详解:以Nginx为例
nginx·docker
Tipriest_11 小时前
离线进行apt安装的过程(在只能本地传输的ubuntu主机上使用apt安装)
linux·运维·ubuntu·apt·install·deb
QMCY_jason11 小时前
Ubuntu 1804 编译ffmpeg qsv MediaSDK libva 遇到的问题记录
linux·ubuntu·ffmpeg
胡耀超12 小时前
基于Docker的GPU版本飞桨PaddleOCR部署深度指南(国内镜像)2025年7月底测试好用:从理论到实践的完整技术方案
运维·python·docker·容器·ocr·paddlepaddle·gpu