Closed hectcastro closed 10 years ago
same error on my system:
Mac OS X 10.9.2 boot2docker 0.9.0 docker 0.11.1
Looks like we are not alone: https://groups.google.com/d/msg/docker-user/pN2hEj___Wc/OK4UQ8f0-TQJ
https://github.com/dotcloud/docker/issues/5703#issuecomment-42702024
According to creak, docker 0.11 and up restricts access to /proc and /sys for security reasons.
Resolved in 47f60f48d4f2d265ddf0ddf1e5723ee3f98e8d39.
Thanks for reporting this issue, @amattn.
On Docker
0.11.0
and above, somesysctl
related steps in theDockerfile
fail with a read-only file system error:As of now, the errors appear to be isolated to setting
vm.swappiness
andnet.core.somaxconn
.