docker: Error response from daemon: OCI runtime create failed: container_linux.go:367: starting container process caused: process_linux.go:495:
问题描述
docker run 的时候报错:
docker: Error response from daemon: OCI runtime create failed: container_linux.go:367: starting container process caused: process_linux.go:495: container init caused: open /dev/ptmx: no space left on device: unknown.
问题处理
其实报错已经说了, 无法分配为终端的意思, 到时排错没有看这里只是看了,空间不足
刚发生报错就开始查看磁盘, docker 占用空间具体如下
如上图空间是足够的,
接下来就查看下内核参数发现 /etc/sysctl.conf 文件中有参数: kernel.pty.max = 10
把这个参数注释了,问题就解决了.
作者:闫世成
出处:http://cnblogs.com/yanshicheng
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接。如有问题或建议,请联系上述邮箱,非常感谢。