This is a Docker container image (might work with podman too) for running MrServer, its useful if you wanna get a taste of MrServer without installing it on your machine or if you wanna make a container and manage it.
This image is on ghcr.io. released on the latest success commit.
docker pull ghcr.io/mrserver-org/docker:sha256-c6dae45a6815a7f0ad7f13fa9b6304404aa89c59ef812f025d8c5994a1fad15b.sig
These are the manual steps:
git clone https://github.com/mrserver-org/docker.git
cd docker
sudo docker build -t mrserver .
Example usage:
sudo docker run -e APPS="mrserver apps here, optional, seperated by whitespace" -e ADMINS="usernames seperated by whitespace, be aware its not secure yet and the password is the same as the username, optional but highly recommended" -p 1101:1101 -p 9091:9091 mrserver