4488fbf92f7c492152bd5c305a3ae244526cf65b
Minecraft
Running Locally
# download the most recent version of minecraft
make get-server
# Run the server
docker-compose up
Uploading to Docker Hub
-
Update the version in the VERSION file.
-
Build and push the new version
make build make push
Running in kubernetes
Requires helm v3. Edit values.yaml and run the following:
helm upgrade --install minecraft
Your minecraft server will be available on port 25565 by default.
Create a Backup
kubectl cp <pod_name>:/mc_data <backup>
Restore from Backup
kubectl cp <backup> <pod_name>:/mc_data
Cool seeds
7485786574821478084
Spawns you next to a nether portal with golden axe and pickaxe. River and Village close by.
-8018833100564192815
Use with an amplified world, massive island
Description
Minecraft server for [the-1122-pack](https://www.technicpack.net/modpack/the-1122-pack.1406454/mods)
Languages
Makefile
78.5%
Dockerfile
21.5%