Effect of a driver in the host OS to a Docker process -


i'm new docker world, , understand docker not vm (but sort of user space isolation).

i wondering happen if install driver on host os. let's have driver hooks syscall open (it's not i'm doing, example made question) , writes "open" every time called.

will see open syscalls processes inside docker? same process call outside of docker?


Comments

Popular posts from this blog

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -