I think the turbo runner is not running the docker container with –cap-add=SYS_ADMINbecause I am Hitting PermissionError: [Errno 1] Operation not permitted. When I comment out my solution, I get a pid value that is not 1.
Hey @hseelawi, the Docker challenge has been deprecated, so unfortunately we won’t be fixing this issue.
As a workaround, other users have reported success by avoiding os.unshare() and using the approach below instead:
Let me know how it goes!
Thanks. This didn’t fix it, but knowing this is a deprecated challenge helps.
