--- title: MysticBBS thumbnail: /images/mysticlogo.png comments: false categories: - Docker - MysticBBS tags: - Docker date: 2018-09-01 12:00:00 --- [Mystic BBS](http://mysticbbs.com) is great software to get up and running and get (back) into the BBS scene. There is a wealth of information on the [wiki](http://wiki.mysticbbs.com), or you can even go through [*Mystic Guy's* youtube videos](https://www.youtube.com/channel/UCPOUHszVXaGNSlK3AdI7kLQ). If you would like to get up and running quickly, I've created some Docker Images which you can use as a starting point. The images are available for Raspberry Pi (ARM) and Intel. There are two images:
Name | Information |
---|---|
armv7l | This image is a clean installation of Mystic BBS as provided by the upstream developer. It does have the pre-requisites so that spell is enabled and cryptlib is also installed so that you can use SSH based connections. |
armv7l-extras | This image extends the base image and provides some doors and utilities. |
x86_64 | Just like the image above, however, this is for Intel Linux platforms. |
x86_64-extras | This image extends the base image and provides some doors and utilities. |