jeffcasavant / docker-2006redone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project holds a Dockerized version of the 2006Redone server found on this blog post. It's not my code, but I jammed it into Docker.

Usage

  • docker-compose up
  • Fetch client.zip from localhost:8000
  • Unzip & run
  • Log in as an Existing User with any username and password. Those will become your permanent credentials.

Notes

  • The docker-compose.yaml should serve as documentation of what ports you need to make this work.
  • The clientdl container provides a web interface to download the client from.
  • These images are published at jeffcasavant/2006redone-<component>:<latest,YYYYMMDDTHHMMSS> weekly.

Hosting

Building all the images yourself is required if you want to host it somewhere other than localhost. Images auto-built by this repo all use the same keys and the client needs the server's address hardcoded at build time.

  • New keys will be auto-generated when you run make build.
  • When you build the clientdl image, set the args to what they will be in your deployment.

About


Languages

Language:Java 99.9%Language:Dockerfile 0.1%Language:Makefile 0.0%Language:Shell 0.0%Language:Batchfile 0.0%