Sin descripción

Mark Ide 62a6bc2f4d Move download of minecraft client to entrypoint hace 8 años
config d6b2cbdd00 Initial commit hace 8 años
Dockerfile 62a6bc2f4d Move download of minecraft client to entrypoint hace 8 años
LICENSE 0f24e64f17 Initial commit hace 8 años
README.md f445b00bef Remove container when you're done hace 8 años
entrypoint.sh 62a6bc2f4d Move download of minecraft client to entrypoint hace 8 años

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