WSL2 Docker RTPRIO isn't working :( #7033
Unanswered
johnny-5-code
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm unable to set real time priorities for a thread in a docker container.
Running ulimit in my conatiner shows unlimited, however it still fails to create.
I tried running from command line like this with no luck, both in windows terminal and in wsl.
docker run --privileged --ulimit rtprio=-1:-1 --cap-add=SYS_NICE -it --rm test:latest
Here is what I'm trying:
https://github.com/johnny-5-code/wsl2-rtpro-trouble
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions