Enable IPV6 support in the docker container #106
Answered
by
adam-brucker
navdhaagarwal
asked this question in
Q&A
-
I want to set up an Autograder for sockets that can bind and connect to IPv6 addresses. However, I am unable to do so. I ran an I get the following output.
Is there a way to enable IPv6? |
Beta Was this translation helpful? Give feedback.
Answered by
adam-brucker
Jan 5, 2024
Replies: 1 comment
-
If you build a manual autograder https://gradescope-autograders.readthedocs.io/en/latest/manual_docker/ you should be able to configure this however you like. I have not tested it, but building your own is going to be the most robust for your use case. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
adam-brucker
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you build a manual autograder https://gradescope-autograders.readthedocs.io/en/latest/manual_docker/ you should be able to configure this however you like. I have not tested it, but building your own is going to be the most robust for your use case.