tinymux/docker/AnonymousMUX
2020-08-11 07:38:56 -06:00
..
game Add environment for building Docker images from TinyMUX sources. 2018-05-08 17:58:58 +00:00
Dockerfile Update version numbers everywhere to refer to 2.13 instead of 2.12. 2020-08-11 07:38:56 -06:00
readme.txt Add environment for building Docker images from TinyMUX sources. 2018-05-08 17:58:58 +00:00

INSTRUCTIONS:

 - Build the base Tinymux Docker image first.
 - Place the unique files for your game in the game sub-directory. On easy way to do this is to untar a recent backup.
 - Name your flatfile to be data/netmux.db so that it will be loaded automatically the first time the game runs.
 - Run "docker build -t AnonymousMUX ."