×
Falcon
2022-03-26 23:02
#docker#

解决:Error response from daemon: OCI runtime create failed: runc did not terminate sucessfully: unknown.

调试方法:

1. systemctl stop docker (在openwrt用service dockerd stop)

2. dockerd --debug (以debug模式运行dockerd)

3. docker start container_name (运行docker 容器)



最后我发现是/var/run空间不足
0

暂无评论