space issue on docker devmapper and CentOS7

报错信息:

devmapper: Thin Pool has 82984 free data blocks which is less than minimum required 163840 free data blocks. Create more free space in thin pool or use dm.min_free_space option to change behavior

 

解决方案:

Just run these three. No need to remove RUNNING containers.

  1. Cleanup exited processes:
  2. Cleanup dangling volumes:
  3. Cleanup dangling images:

猜你喜欢

转载自m635674608.iteye.com/blog/2394799