Cannot restart container 6dc676751f15: OCI runtime create failed: container with id exists

今天服务器莫名的docker进程都没了。然后就是重启报错。

 Cannot restart container 6dc676751f15: OCI runtime create failed: container with id exists

之类的。

我说下我的解决办法。

1.先停止docker

systemctl stop docker

2.查找docker的东西。

netstat -lnp |grep docker

把这些pid的全部kill掉

3.删除旧的id

/var/run/docker/runtime-runc

下面有个moly的文件夹。你会下面里面的东西的名字和重复的id名字一样。吧这个文件夹删了。就好了。

4.重启docker

然后重新去restart container就好了

你可能感兴趣的:(Cannot restart container 6dc676751f15: OCI runtime create failed: container with id exists)