无法移除或停止容器

docker版本是0.10.0,linux系统是Centos6.5。 在OpenStack中,有三个容器已经运行了3个月。 我把nova-compute服务放在一个容器中。

我发现nova-compute容器最近不工作。

我发现日志是3GB时删除容器的json.log ,但它仍然无法正常工作。

我尝试删除,停止,重新启动容器,重新启动系统,它仍然是一样的。

dockerctl 6a82f22d2dad lxc-attach:failed to get the init pid docker rm -f 6a82f22d2dad Error: 2015/08/11 08:51:32 Error:failed to remove one or more containers docker stop 6a82f22d2dad Error:failed to stop one or more containers 

在运行docker ps ,计算容器运行良好。

现在我无法获得其他信息,因为我无法连接远程机器。 有没有人有同样的问题?

Redhat已经出来了,并表示他们不支持CentOS 6.x系统上的Docker。

如果可以的话,我build议你升级到CentOS 7和最新的Docker版本。

你可以在这里find关于CentOS 6.x Docker支持的更多信息