説明なし

Spencer Gardner 1feecdcb6d fixed .sh permission 6 年 前
config dbdf746b37 Serve images over HTTPS 7 年 前
.travis.yml e868b82a8c Adds pushover. 7 年 前
Dockerfile 5e06b549e3 Added ability to rsync the map differences 7 年 前
LICENSE 1b04699aab Update maintainer info 7 年 前
README.md 4514602259 Added poi params 7 年 前
entrypoint.sh 1feecdcb6d fixed .sh permission 6 年 前

README.md

Minecraft Overviewer Docker Image

Docker Docker GitHub license GitHub issues Build Status Codacy Badge

Docker Image to Run Minecraft Overviewer. Overviewer is a render that produces a Google Maps render of a Minecraft world.

Goals

The goal of this image is to easily run Minecraft Overviewer. Now you don't need to worry about the dependencies.

Running Minecraft Overviewer

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" \
  -e $OVERVIEWER_POI_PARAMS="--processes 2" \
  -v /home/user/minecraft/:/home/minecraft/server/:ro \
  -v /srv/http/minecraft/:/home/minecraft/render/:rw \
  mide/minecraft-overviewer:latest

Environment Variables

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