/docker-oj

Dockerfile for GoOnlineJudge

dockerfile-oj

This repository contains Dockerfile of GoOnlineJudge.

Demo runs on DaoCloud.

Installation

  1. Install Docker.

  2. Build

    docker build -t goonlinejudge .

Usage

docker run -it -p <host-port>:8080 goonlinejudge