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"

]

}

相关推荐
蜜獾云10 分钟前
docker 安装雷池WAF防火墙 守护Web服务器
linux·运维·服务器·网络·网络安全·docker·容器
ac.char27 分钟前
在 Ubuntu 下使用 Tauri 打包 EXE 应用
linux·运维·ubuntu
小燚~1 小时前
ubuntu开机进入initramfs状态
linux·运维·ubuntu
年薪丰厚1 小时前
如何在K8S集群中查看和操作Pod内的文件?
docker·云原生·容器·kubernetes·k8s·container
hhhhhhh_hhhhhh_2 小时前
ubuntu18.04连接不上网络问题
linux·运维·ubuntu
摸鱼也很难7 小时前
Docker 镜像加速和配置的分享 && 云服务器搭建beef-xss
运维·docker·容器
鸠摩智首席音效师10 小时前
Docker 中如何限制CPU和内存的使用 ?
docker·容器
Michaelwubo10 小时前
Docker dockerfile镜像编码 centos7
运维·docker·容器
jingyu飞鸟10 小时前
centos-stream9系统安装docker
linux·docker·centos
好像是个likun10 小时前
使用docker拉取镜像很慢或者总是超时的问题
运维·docker·容器