/cms_docker

Docker image for Contest Management System

Primary LanguageShell

Docker image and scripts for CMS

This repository contains Docker image, helper scripts, tips and tricks for Contest Management System.

How to run this

First, configure cms.conf and cms.ranking.conf to reflect your environment. Then, start the containers:

$ docker build -t motiejus/cms_docker:v1.1.0-1 . # optional
$ docker run --privileged -ti --net=host \
	-v ${PWD}/cms.conf.sample:/usr/local/etc/cms.conf \
	-v ${PWD}/cms.ranking.conf.sample:/usr/local/etc/cms.ranking.conf \
    motiejus/cms_docker:v1.1.0-1