Post Reply 
Custom MinimServer Installation Not Starting
04-09-2017, 20:43 (This post was last modified: 04-09-2017 20:44 by simoncn.)
Post: #5
RE: Custom MinimServer Installation Not Starting
You mentioned Docker as another option. Here are some instructions for creating and running a MinimServer Docker image.

1) Create a folder to be used for building the Docker image

2) Download the file MinimServer-0.8.4.7-linux-intel.tar.gz from this page and save it in this folder

3) Download the file Dockerfile.bin from this link, save it in this folder and rename it to Dockerfile

4) In a terminal window, change directory to this folder and run the following commands:
docker build -t minimserver:0.8.4.7 .
docker run -p:1900:1900/udp -p:9790:9790 -p:9791:9791 --net=host minimserver:0.8.4.7

This should start MinimServer in a Docker container.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Custom MinimServer Installation Not Starting - simoncn - 04-09-2017 20:43

Forum Jump:


User(s) browsing this thread: 2 Guest(s)