Sem descrição

Mark Ide 25dc5cf749 Smooth Lighting for the End Dimension; Lighten há 8 anos atrás
config 25dc5cf749 Smooth Lighting for the End Dimension; Lighten há 8 anos atrás
Dockerfile 62a6bc2f4d Move download of minecraft client to entrypoint há 8 anos atrás
LICENSE 0f24e64f17 Initial commit há 8 anos atrás
README.md 14a8e5bc54 Clearly suggest to run latest há 8 anos atrás
entrypoint.sh 79a8119403 Add POI render há 8 anos atrás

README.md

Minecraft Overviewer Docker Container

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

Goals

The goal of this container 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.10 \
  -v /home/user/minecraft/:/home/minecraft/server/:ro \
  -v /srv/http/minecraft/:/home/minecraft/render/:rw \
  mide/minecraft-overviewer:latest