Lets assume, I have an vulnerable OpenSSL server in a Docker.io Container. Does Docker prevent memory from the host being read?
My assuption is, it does. Because the bug is in OpenSSL and not in the Kernel and Docker should isolate root access in the container. But the Wikipedia only says "partial Root privilege isolation" and suggests its dependent on the backend. So please specify if you answer using libcontainer or lxc or something else.