I Have install docker version → Server Version: 20.10.8 on ubuntu Ubuntu 21.04 y my problem is :
" level=warning msg=“Your kernel does not support CPU realtime scheduler”
" level=warning msg=“Your kernel does not support cgroup blkio weight”
" level=warning msg=“Your kernel does not support cgroup blkio weight_device”
It would be easier to help if we knew what command you try to use or which Docker image. Since I had no idea what this error message was, I searched for the first error message on Google and found this:
Some commands require additional capabilities so it might be your problem as well.
the command I use is → sudo systemctl status docker :
Active: active (running) , but with that:
dockerd[25782]: time=“2021-12-23T13:53:16.879854648Z” level=warning msg=“Your kernel does not support CPU realtime scheduler”
dockerd[25782]: time=“2021-12-23T13:53:16.879879993Z” level=warning msg=“Your kernel does not support cgroup blkio weight”
dockerd[25782]: time=“2021-12-23T13:53:16.879886890Z” level=warning msg=“Your kernel does not support cgroup blkio weight_device”
dockerd[25782]: time=“2021-12-23T13:53:16.880047414Z” level=info msg=“Loading containers: start.”
I have tried with the link that you have put me but it remains the same
I meant the command in the container which requires these features (if you can share that). I assume you have containers not just the docker daemon after the installation.
The question is: do you just want to get rid of the warnings?
Or is it a blocker because something you need to run doesn’t work because of the missing kernel features?