|
пре 7 година | |
---|---|---|
config | пре 7 година | |
.travis.yml | пре 7 година | |
Dockerfile | пре 7 година | |
LICENSE | пре 8 година | |
README.md | пре 7 година | |
entrypoint.sh | пре 7 година |
Docker Image to Run Minecraft Overviewer. Overviewer is a render that produces a Google Maps render of a Minecraft world.
The goal of this image is to easily run Minecraft Overviewer. Now you don't need to worry about the dependencies.
docker run \
--rm \
-e MINECRAFT_VERSION=1.11.2 \
-e GOOGLE_MAPS_API_KEY=<Google Maps API Key>
-v /home/user/minecraft/:/home/minecraft/server/:ro \
-v /srv/http/minecraft/:/home/minecraft/render/:rw \
mide/minecraft-overviewer:latest