docker run options for network specification #86
-
Hi, I get an error One tested way to fix this error is by adding Note: I ensured that tc is correctly installed by running a show command and that my user was root(as it should be inside a container), so I know there are no permission issues, the problem is the container does not have permission to modify the interface. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi, unfortunately it is not possible to change the Linux capabilities of the Docker container or run in privileged mode on Gradescope at this time. One approach that we have suggested in the past is emulating your own system inside our Docker containers using QEMU but this will probably make things very slow - I don't know if it would become slow to the point of being unusable though. If you do try that approach please let us know how that goes! Sorry I don't have a better answer for you right now. |
Beta Was this translation helpful? Give feedback.
No, it's not possible to use those options. I think you can run QEMU without additional privileges but I am not 100% sure.