Run go-judge
inside docker
#82
Labels
No Label
bug
component
executor
component
framework
component
parser
component
UI
duplicate
enhancement
help wanted
invalid
priority
p0
priority
p1
priority
p2
priority
p3
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: JOJ/JOJ3#82
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Dockerfile for that image (
focs.ji.sjtu.edu.cn:5000/criyle/go-judge:latest
has been pushed and ready to use now):Can provide
Dockerfile
to students to let them have the exact(?) same environment as JOJ3Check JOJ/go-judge-images for Dockerfile. Currently, the lxc config does not allow privileged docker container or mount
/proc
to rungo-judge
inside a docker container.Mount
/proc
seems impossible in an unprivileged lxc container.