These are docker images for Minecraft Forge running on an Vanilla Minecraft.
docker run --name minecraft-data busybox true
docker run -d -p 25565:25565 \
--volumes-from minecraft-data \
--name minecraft \
webhippie/minecraft-forge:latest
# Execute this for further available commands
docker exec -ti minecraft manage help
- latest
available as
webhippie/minecraft-forge:latest
at Docker Hub - 11.14.3
available as
webhippie/minecraft-forge:11.14.3
at Docker Hub - 11.14.2
available as
webhippie/minecraft-forge:11.14.2
at Docker Hub - 11.14.1
available as
webhippie/minecraft-forge:11.14.1
at Docker Hub - 11.14.0
available as
webhippie/minecraft-forge:11.14.0
at Docker Hub - 10.13.4
available as
webhippie/minecraft-forge:10.13.4
at Docker Hub - 10.13.3
available as
webhippie/minecraft-forge:10.13.3
at Docker Hub - 10.13.2
available as
webhippie/minecraft-forge:10.13.2
at Docker Hub
ENV SERVER_MAXHEAP 2048M
ENV SERVER_MINHEAP 512M
ENV SERVER_MAXPERM 128M
ENV SERVER_OPTS nogui
ENV SERVER_MOTD Minecraft
ENV SERVER_RCONPWD webhippie
ENV SERVER_DYNMAP true
ENV JAVA_OPTS -server -XX:+UseConcMarkSweepGC
Usage: manage <command> [<args>]
Some useful manage commands are:
commands List all available sub commands
console Start interactive console
deop Deop a specific player
op Op a specific player
save-all Save the current world state
save-off Disable the autosave feature
save-on Enable the autosave feature
say Say something on the server
weather-clear Set the weather to clear
weather-rain Set the weather to rain
weather-thunder Set the weather to thunder
whitelist-add Add player to whitelist
whitelist-list Whitelist on the server
whitelist-off Disable the whitelist
whitelist-on Enable the whitelist
whitelist-reload Reload the whitelist
whitelist-remove Remove player from whitelist
Fork -> Patch -> Push -> Pull Request
MIT
Copyright (c) 2015 Thomas Boerger http://www.webhippie.de