2021-11-02 10:08:38 -04:00
2021-11-02 10:07:50 -04:00
2021-11-02 10:08:38 -04:00
2021-11-02 10:05:01 -04:00
2020-11-21 15:29:21 -05:00
2021-10-30 21:02:40 -04:00
2021-11-02 10:05:01 -04:00
2021-11-02 10:05:01 -04:00
2020-07-11 17:50:43 -04:00
2021-02-05 21:47:13 -05:00
2021-11-02 10:08:38 -04:00

Minecraft

Running Locally

# download the most recent version of minecraft
make get-server

# Run the server
docker-compose up

Uploading to Docker Hub

  1. Update the version in the VERSION file.

  2. 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
No description provided
Readme 69 MiB
Languages
Makefile 94%
Dockerfile 6%