
Now I get ths kernel-module image,and I can command "docker run -it --rm --privileged --pid=host justincormack/nsenter1" that drop me in a container with full permissions on the Docker VM。

I create a container with command "/bin/sh" from kernel-module image, but it prompts that there is no /bin/sh command:

Then create a container with command "sleep infinity" from kernel-module image, but it still prompts that there is no sleep command:

How do I copy the kernel module into to vm and load them?