--- 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:
NameInformation
armv7lThis 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-extrasThis image extends the base image and provides some doors and utilities.
x86_64Just like the image above, however, this is for Intel Linux platforms.
x86_64-extrasThis image extends the base image and provides some doors and utilities.
To get the images, just install docker onto your linux platform, and then do `docker pull registry.leenooks.net/leenooks/mysticbbs:1.12a39-[TAG ABOVE]` To make sure your data is kept between re-creations of your docker container, you have two options: 1. Start your mystic container with `-v [HOST PATH]:/mystic/data`, or 2. Start your subsequent containers with `--volumes_from=[ORIG CONTAINER]`. In this case, you might want to rename your old container if you want to use the same container name. You could even use this image to have our containers in a docker swarm (as I do). If you need any help, [login](/2018/08/31/chinwag/) to my BBS and send me a message, or if you use another BBS, or a Sysop of a BBS and connected to one of the networks I'm connected to, you can send me a Netmail. See the list of [networks](/networks) that I'm already connected to.