Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 625 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 625 Bytes

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