Skip to content

andriusa2/cms_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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