Easy to use Minecraft Docker images.
619
Easy to use Minecraft Docker images.
To build a clean image
./build-vanilla.shTo build an image from existing world files and properties
vanilla/import./build-vanilla.shTo start an image as a container
./start-vanilla_1.7.sh or ./start-vanilla_1.8.shTo build a clean image
./build-ftb.shTo build an image from existing world files and properties
ftb/import./build-ftb.shTo start an image as a container
./start-ftb_XXX.sh files.To build a clean image
./build-custom.shTo build an image from existing world files and properties
custom/import./build-custom.shTo start an image as a container
pack.zip, which it will unzip and then start LaunchServer.sh.CUSTOM_PACK and/or CUSTOM_STARTUP variable to the Docker.docker run -d -P -e "CUSTOM_PACK=pack.tar.xz" -e "CUSTOM_STARTUP=start.sh" -v "/path/on/host:/minecraft" minecraft:custom.To stop a container
docker ps and lookup the ID or Name of the running Docker instance./kill-java.sh <id-or-name>docker psTo view the logs of (running) container
docker ps and lookup the ID or Name of the Docker instance./minecraft-logs.sh <id-or-name> or docker logs -f <id-or-name>To backup a Minecraft container
docker ps and lookup the ID or Name of the Docker instance./minecraft-backup.sh <id-or-name> <destination-dir>To enter a Minecraft container
docker ps and lookup the ID or Name of the Docker instance./enter-container.sh <id-or-name> <destination-dir>Content type
Image
Digest
sha256:fb6e67a50…
Size
42 MB
Last updated
over 8 years ago
docker pull lordgaav/minecraft-docker:custom