docker启动容器报错

docker启动容器故障1

启动容器报错

docker logs 容器名称

library initialization failed - unable to allocate file descriptor table - out of memorylibrary initialization failed - unable to allocate file descriptor table - out of memorylibrary initialization failed - unable to allocate file descriptor table - out of memory

解决方法:

容器启动配置ulimit,具体配置如下

yaml 复制代码
  servicename:
    ...
    ulimits:
      nofile:
        soft: "65535"
        hard: "65535"
相关推荐
爱吃芝麻汤圆1 小时前
k8s之Kubebuilder 的设计哲学
云原生·容器·kubernetes
裁二尺秋风2 小时前
k8s(12) — 版本控制和滚动更新(金丝雀部署理念)
云原生·容器·kubernetes
项目題供诗2 小时前
黑马k8s(六)
云原生·容器·kubernetes
Why not try?!5 小时前
Centos7 中 Docker运行配置Apache
运维·docker·容器
hnlucky5 小时前
如何彻底清空docker里面不使用的容器?
运维·docker·容器
帷幄庸者6 小时前
CentOS 上配置 Docker 使用 NVIDIA GPU
linux·docker·centos
有梦想的攻城狮7 小时前
mac本地docker镜像上传指定虚拟机
macos·docker·eureka
青春不流名10 小时前
安装nerdctl和buildkitd脚本命令
容器
项目題供诗11 小时前
黑马k8s(九)
云原生·容器·kubernetes
IP管家13 小时前
企业级IP代理解决方案:负载均衡与API接口集成实践
服务器·网络·数据库·网络协议·tcp/ip·容器·负载均衡