Skip to content

jeffcasavant/docker-2006redone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages