Skip to content

mrserver-org/docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MrServer Docker Image

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.

Installing the image

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 .

Usage

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

About

Official Docker Image for MrServer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published