标签: docker
执行时
docker-compose up -d
我有以下错误:
无法创建超过127个父级的容器
如何修复此错误?
答案 0 :(得分:0)
帮助它:
docker rmi $(docker images --filter dangling=true)
来自https://github.com/docker/docker/issues/12624