Why I am unable to execute insmod on the docker container?
I have started an unprivileged docker container and trying to start the privileged exec session. It has CAP_SYS_MODULE capabilities, but still, I am getting operations not permitted in insmod.
docker start -it -d –name test ubuntu
docker … Continue reading Why I am unable to execute insmod on the docker container?