-
Notifications
You must be signed in to change notification settings - Fork 165
Cannot create container with more than 127 parents #32
Comments
We haven't met such issue before, it seems like something with docker parent images number limit, but the dockerFile steps is much less than 127, can you please paste your |
After I built the griffin-base-env, when build griffin env : |
here is the docker info : |
We can not reproduce this issue in our environment, which is ubuntu 14.04 with docker version 1.12.0. Would you mind tell us your system env info and docker version? By the way, maybe you can refer to this link moby/moby#12624, which seems to be the limit of docker parent images number. |
We've now provided our built docker image on docker hub, you can just pull it and run, follow the new steps here. |
following the docker installation instruction, I met 'Cannot create container with more than 127 parents' when I built the griffin-env. I retried it on mac and centos 6.7 . Is there any solution ?
The text was updated successfully, but these errors were encountered: