暫無描述

Mark Ide 918d2d58ae Move download of minecraft client to entrypoint 10 年之前
config 96c9808c74 Initial commit 10 年之前
Dockerfile 918d2d58ae Move download of minecraft client to entrypoint 10 年之前
LICENSE 0f24e64f17 Initial commit 10 年之前
README.md 24141bb9d5 Remove container when you're done 10 年之前
entrypoint.sh 918d2d58ae 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