Information
You should not allow sensitive host system directories such as those listed below to be mounted as container volumes, especially in read-write mode.
/
/boot
/dev
/etc
/lib
/lib64
/proc
/sys
/usr
If sensitive directories are mounted in read-write mode, it could be possible to make changes to files within them. This has obvious security implications and should be avoided.
Solution
You should not mount directories which are security sensitive on the host within containers, especially in read-write mode.
Impact:
None.