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"

]

}

相关推荐
SilentSamsara18 小时前
SSH 远程管理:密钥登录 + 隧道转发,一次性配置好
linux·运维·服务器·ubuntu·centos·ssh
冷色系里的一抹暖调19 小时前
OpenClaw Docker部署避坑指南:服务启动成功但网页打不开?
人工智能·docker·容器·openclaw
小夏子_riotous20 小时前
Docker学习路径——2、安装
linux·运维·分布式·学习·docker·容器·云计算
gwjcloud1 天前
Docker详解
java·docker·容器
xuanwenchao1 天前
Mac M1/M2/M3/M4/M5芯片-系统安装Ubuntu
linux·ubuntu·macos
白毛大侠1 天前
Docker vs 虚拟机 vs Go 用户态/内核态:这三组概念
运维·docker·golang·kvm
叫我刘同学1 天前
腾讯云 Ubuntu 服务器部署 Hermes Agent 详细安装教程
服务器·ubuntu·腾讯云
fzil0011 天前
让 AI 自己协作 —— 多智能体(Swarm)系统的设计与实现
java·开发语言·人工智能·ubuntu
Warren981 天前
Windows本地部署n8n完整教程(基于Docker,新手友好)
运维·windows·python·测试工具·docker·容器·可用性测试
企鹅的蚂蚁1 天前
Ubuntu 22.04 终端进阶:Terminator 安装与快捷键完全手册
linux·运维·ubuntu