Spencer Gardner 6a99a5cfdf fixed .sh permission | 6 سال پیش | |
---|---|---|
config | 7 سال پیش | |
.travis.yml | 7 سال پیش | |
Dockerfile | 7 سال پیش | |
LICENSE | 7 سال پیش | |
README.md | 7 سال پیش | |
entrypoint.sh | 6 سال پیش |
Docker Image to Run Minecraft Overviewer. Overviewer is a render that produces a Google Maps render of a Minecraft world.
The goal of this image is to easily run Minecraft Overviewer. Now you don't need to worry about the dependencies.
docker run \
--rm \
-e MINECRAFT_VERSION=1.11.2 \
-e GOOGLE_MAPS_API_KEY=<Google Maps API Key> \
-e POI_ONLY=n \
-e OVERVIEWER_PARAMS="--processes 2"\
-v /home/user/minecraft/:/home/minecraft/server/:ro \
-v /srv/http/minecraft/:/home/minecraft/render/:rw \
mide/minecraft-overviewer:latest
POI_ONLY
Only generate the points of interest and not the map tiles.
GOOGLE_MAPS_API_KEY
Set the optional google maps api key.
OVERVIEWER_PARAMS
Pass additional arguments to overviewer