Part 1: Setting Up DomJudge with Docker
If you run a coding club or want to host your own programming contest, DomJudge is the tool for it. It is the same judge used in ICPC contests around the world. In this post, I will show you how to set it up on your own computer using Docker. I will also show you two problems I faced (port conflicts and cgroups) and how I fixed them. This guide is based on my own setup on Arch Linux. I also used this blog as a starting reference: Setting up DomJudge with Docker ...