九游平台/ ai开发平台modelarts/ 故障排除/ / / 镜像保存时报错“there are processes in 'd' status, please check process status using 'ps -aux' and kill all the 'd' status processes”或“buildimge,false,error response from daemon,cannot pause container xxx”如何解决?
更新时间:2024-10-16 gmt 08:00

镜像保存时报错“there are processes in 'd' status, please check process status using 'ps -九游平台

问题现象

  • 在notebook里保存镜像时报错“there are processes in 'd' status, please check process status using 'ps -aux' and kill all the 'd' status processes”。
  • 在notebook里保存镜像时报错“buildimge,false,error response from daemon: cannot pause container xxx”。

原因分析

执行镜像保存时,notebook中存在状态为d的进程,会导致镜像保存失败。

九游平台的解决方案

  1. 在terminal里执行ps -aux命令检查进程。

  2. 执行kill -9 命令将相关进程结束后,再次执行镜像保存即可。

相关文档

网站地图