Nessuna descrizione

Mark Ide 918d2d58ae Move download of minecraft client to entrypoint 10 anni fa
config 96c9808c74 Initial commit 10 anni fa
Dockerfile 918d2d58ae Move download of minecraft client to entrypoint 10 anni fa
LICENSE 0f24e64f17 Initial commit 10 anni fa
README.md 24141bb9d5 Remove container when you're done 10 anni fa
entrypoint.sh 918d2d58ae Move download of minecraft client to entrypoint 10 anni fa

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