A simple Minecraft server dService.
Pauses server on backup/restore. All data and configuration in backup. Can run multiple servers on a host just by using different ports. :-)
This is a version 2 dService, so requires the C++ version of dRunner.
See also drunner/minecraftviewer for providing the minecraft map via a webpage.
drunner install minecraft
minecraft configure port=25565
minecraft start
docker run -ti -v drunner-minecraft-minecraftdata:/mc drunner/drunner_utils /bin/bash
nano -w /mc/server.properties
exit
minecraft stop
minecraft start
NAME
${SERVICENAME} - Runs minecraft
SYNOPSIS
${SERVICENAME} help - This help
${SERVICENAME} configure PORT - Configure for port PORT
${SERVICENAME} start - Make it go!
${SERVICENAME} stop - Stop it
DESCRIPTION
Built from ${IMAGENAME}.