暫無描述

Mark Ide 62a6bc2f4d Move download of minecraft client to entrypoint 10 年之前
config d6b2cbdd00 Initial commit 10 年之前
Dockerfile 62a6bc2f4d Move download of minecraft client to entrypoint 10 年之前
LICENSE 0f24e64f17 Initial commit 10 年之前
README.md f445b00bef Remove container when you're done 10 年之前
entrypoint.sh 62a6bc2f4d Move download of minecraft client to entrypoint 10 年之前

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