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"

]

}

相关推荐
reset20211 小时前
ubuntu离线安装ollama
linux·ubuntu·ollama
m0_748248771 小时前
在 Ubuntu 上安装 Nginx 的详细指南
nginx·ubuntu·postgresql
转身後 默落1 小时前
11.Docker 之分布式仓库 Harbor
分布式·docker·容器
菩提云2 小时前
Deepseek存算分离安全部署手册
人工智能·深度学习·安全·docker·容器
c无序8 小时前
Docker-技术架构演进之路
docker
努力的小T12 小时前
使用 Docker 部署 Apache Spark 集群教程
linux·运维·服务器·docker·容器·spark·云计算
猫猫的小茶馆13 小时前
【网络编程】UDP协议
linux·服务器·网络·网络协议·ubuntu·udp
东风微鸣14 小时前
TTRSS 迁移实战
docker·云原生·kubernetes·可观察性
AuGuSt_8114 小时前
在windows下安装windows+Ubuntu16.04双系统(下)
linux·ubuntu·双系统
aaon2235715 小时前
ubuntu ffmpeg 安装踩坑
linux·ubuntu·ffmpeg