Docker powered multilanguage online judge (test runner)
790
You probably want to use the compose file as this does not include other required services.
Must run as privileged user
Usage:
sudo docker run --restart=always --privileged \
-v /var/run/docker.sock:/var/run/docker.sock \
-e GRADER_SECRET=.... \
-e GRADER_BEANSTALK=....:11300 \
-e GRADER_VERBOSE=true \
-e GRADER_SERVER=http://.../server/result \
willwill/grader-runner
true to print test cases and run resultgrader is probably correct in most cases.Content type
Image
Digest
Size
24.3 MB
Last updated
over 7 years ago
docker pull willwill/grader-runner