docker - CentOS上运行Docekr容器失败

浏览:33日期:2023-03-08

问题描述

docker run ubuntu echo ’hello world’

FATA[0000] Error response from daemon: Cannot start container eb003f7a69d1d5add4d0d5958964fc721e1e4d462878883be286006fa97539f7: mkdir /sys/fs/cpuset: no such file or directory

uname -a

VM centos 6.6 Linux james 3.10.5-3.el6.x86_64 #1 SMP Tue Aug 20 14:10:49 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

问题解答

回答1:

把docker restart试试我也曾在centos 6 + docker 1.5上遇到run失败的情况docker restart就好了

相关文章: