Skip to content

Dabraleli/docker-ejudge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker image with ejudge contest management system

This image contains ejudge contest management system.

System login and password are ejudge:ejudge.

Data stored in /home/ejudge

Building

$ docker build -t ejudge .

Running

$ docker run -d --name ejudge -p 80:80 -v /opt/ejudge:/home/ejudge -v /opt/problemset:/var/www/ejudge/cgi-bin/problemset ejudge

Standings

$  sudo docker exec ejudge  ln -s /home/ejudge/%contest_id%/var/status/dir/standings.html /var/www/ejudge/cgi-bin/standings.html

License

BSD, see LICENSE

About

ejudge docker image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 99.0%
  • Other 1.0%