Sen descrición

Mark Ide 9e6246a845 Add build badge %!s(int64=7) %!d(string=hai) anos
config dbdf746b37 Serve images over HTTPS %!s(int64=7) %!d(string=hai) anos
.travis.yml 78fad8ffad Add docker build config %!s(int64=7) %!d(string=hai) anos
Dockerfile 4e9e866ea2 Move build order %!s(int64=7) %!d(string=hai) anos
LICENSE 1b04699aab Update maintainer info %!s(int64=8) %!d(string=hai) anos
README.md 9e6246a845 Add build badge %!s(int64=7) %!d(string=hai) anos
entrypoint.sh d2883dd63f Added timestamp check to wget to reduce bandwidth. %!s(int64=7) %!d(string=hai) anos

README.md

Minecraft Overviewer Docker Image

Docker Docker GitHub license GitHub issues Build Status

Docker Image to Run Minecraft Overviewer. Overviewer is a render that produces a Google Maps render of a Minecraft world.

Goals

The goal of this image 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