错误如下图:

Docker “device or resource busy” 异常

device or resource busy

解决方法

cat /proc/mounts | grep "mapper/docker" | awk '{print $2}'

然后卸载挂载的文件系统

umount /var/lib/docker/devicemapper/mnt/7be670b7513e1ef57246582d8241741a3e6b92f962f16fc580490e3e0d062ff3

结果如下图:

Docker “device or resource busy” 异常

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-18
  • 2021-12-10
猜你喜欢
  • 2021-12-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-13
  • 2022-12-23
相关资源
相似解决方案