when I do
RUN sudo modprobe msr
I am getting modprobe:command not found
I can’t load kernel modules in docker like this ?
I loaded in my host system too but in docker it’s saying msr kernel module is not available
You can't load modules in containers, since the modules don't match the kernel, if you have the installed in the container/image and there is rarely the need for this. the msr module provides files under /dev/cpu, so you have to bindmount it.
And also When I am doing sysctl vm.nr_jugepages=3072 It’s showing ignoring read-only filesystem Also I am not able to execute a particular script due to read only filesystem I am using ubuntu image I tried to google the issue but couldn’t find any fix Any workaround for this ?
Обсуждают сегодня