montdidier/btmux is a Docker image for btmux
To fetch or update the image, use the docker pull command:
docker pull montdidier/btmuxTo run montdidier/btmux specify a host port to proxy to port 5555 in the running container and map a directory on the docker host to the /var/mux/game directory in the container.
The vanilla example:
docker run -d -p 5555:5555 -v "/path/to/host/game:/var/mux/game" montdidier/btmux
The first time you run the container, it will copy over an initial minimal game database and configuration files into /path/to/host/game on the host system.
Telnet is readily available or you can use a MU* client to connect to the MUX.
telnet localhost 5555
The first time you connect to the MUX, you can use #1 and password btmuxr0x. This is the GOD or WIZARD account. If you are planning to expose the MUX to the internet do not forget to change the default password on this account.
BattletechMUX
-------------
This site is under construction!
_____________________________________________________________________________
|connect <name> <password> ...................... Connect to the MUX | WHO |
|connect "<full name>" <password> ............... Connect to the MUX | |
|create <name> <password> .................. Create a New Character | |
|create "<full name>" <password> ............ Create a New Character | QUIT |
`-----------------------------------------------------------------------------'
connect #1 btmuxr0x
Connected.
BattleTech MUX 0.7.0-rc4+HUD+HAG+ALG RELEASE svn revision Unversioned directory 'Fly' build #1 on Wed May 27 14:35:39 UTC 2020
MOTD:
//////////////////////////////////////////////////////////////////////////////
This game is under construction! Tell the staff to update the MOTD on #182.
//////////////////////////////////////////////////////////////////////////////
WIZMOTD:
Your PAGE LOCK is set. You may be unable to receive some pages.
Last connect was from 172.20.0.1 on Wed May 27 15:26:29 2020.
MAIL: You have no mail.
DATABASE: Purchase Lists(#1821:*Ins)
@password btmuxr0x=newpassword
Contributions are welcome. Raise an issue, make a pull request, you know what to do.
The montdidier/btmux Docker image is copyright © Chris Kruger and licensed for use under the MIT License (MIT). Please see LICENSE for more information.