Docker container to run Mapcrafter https://mapcrafter.org
docker run -d -v /path/to/output:/output -v /path/to/config:/config -v /path/to/world:/world:ro --name mapcrafter muebau/mapcrafter:1.13
docker run -d -v /path/to/output:/output -v /path/to/config:/config -v /path/to/world:/world:ro --name mapcrafter muebau/mapcrafter:1.12
There a three volumes:
The Minecraft "world" folder is expected here.
If a special config is needed it can be delivered here. If there is no render.conf
present a simple one is generated at first start.
The generated output is put here.