0dcae82acb
The issue with doing a remount as ro with sysfs is that if a container is still in one of the hosts namepsaces, commonly with the NET namespace, the remount will cause the host's systems sysfs to be remounted as ro also. We can fix this correctly by not doing the remount and just mount sys as ro in the first place. The other remounts are individual files within proc so they will not have this issue. For context please see: https://github.com/dotcloud/docker/issues/7101 Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@docker.com> (github: crosbymichael) |
||
---|---|---|
.. | ||
create.go | ||
exec.go | ||
execin.go | ||
init.go | ||
nsenter.go | ||
types.go | ||
types_linux.go | ||
types_test.go |