原文:Docker之rm: Device or resource busy

提示: rm: cannot remove data : Device or resource busy 原因: 在建立容器的时候做了相应目录的挂载,没有卸载,所以Device or resource busy 所以要先卸载umount data 在删除rm rf var lib docke 但是在容器直接umount会报u出现:umount: mypath: must be superuser ...

2019-08-01 09:26 0 1841 推荐指数:

查看详情

docker device or resource busy

docker-compose -f docker-compose.yml up -d 时候报错 device or resource busy 使用 docker-compose down 会导致一些容器异常结束,其状态变为Dead (可以使用查看:docker ps -a -q -f ...

Thu Oct 25 23:48:00 CST 2018 0 950
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM