无法创建超过127个父项的容器

时间:2015-11-10 15:05:12

标签: docker

执行时

docker-compose up -d

我有以下错误:

  

无法创建超过127个父级的容器

如何修复此错误?

1 个答案:

答案 0 :(得分:0)

帮助它:

docker rmi $(docker images --filter dangling=true)

来自https://github.com/docker/docker/issues/12624