moby: Can't stack more than 42 aufs layers
Hello, thanks for this fabulous project
I’m encountering quite often an issue that I associate to broken images. In fact sometimes when I create a container, I’m getting the following error :
docker run -i -t #image# bash
2013/07/09 14:40:06 Error: Error starting container 042c2188714f: Unable to mount using aufs
However AUFS is working fine, using base image is just ok. The only way to use that image is to remove it and rebuild it again. What can be the causes of this image corruption ?
Thank you.
However, aufs is completely working
About this issue
- Original URL
- State: closed
- Created 11 years ago
- Comments: 66 (41 by maintainers)
Commits related to this issue
- Start the API container with supervisor, running postgres & apache2. Reduce commands in Dockerfiles to stay under the 42-layer limit for AUFS (https://github.com/dotcloud/docker/issues/1171) — committed to arvados/arvados by deleted user 11 years ago
- Fix AUFS silent mount errors on many layers Fixes #1171 Fixes #6465 Data passed to mount(2) is clipped to PAGE_SIZE if its bigger. Previous implementation checked if error was returned and then sta... — committed to tonistiigi/docker by tonistiigi 10 years ago
- Fix AUFS silent mount errors on many layers Fixes #1171 Fixes #6465 Data passed to mount(2) is clipped to PAGE_SIZE if its bigger. Previous implementation checked if error was returned and then star... — committed to yoheiueda/docker by tonistiigi 10 years ago
Thanks again!
Edited to clarify @cpuguy83 . Typo.