Aucune description

Mark Ide 067a879ba3 Use HTTPS not HTTP il y a 8 ans
config 553f11b58b Add nether render il y a 8 ans
Dockerfile 067a879ba3 Use HTTPS not HTTP il y a 8 ans
LICENSE 0f24e64f17 Initial commit il y a 8 ans
README.md e1d61cb1b1 Update docummentation and default MINECRAFT_VERSION il y a 8 ans
entrypoint.sh 79a8119403 Add POI render il y a 8 ans

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.11.2 \
  -v /home/user/minecraft/:/home/minecraft/server/:ro \
  -v /srv/http/minecraft/:/home/minecraft/render/:rw \
  mide/minecraft-overviewer:latest