A Minecraft server on Kubernetes
Use this to build the image that the Minecraft-Operator will run when a CustomResource is requested.
You can use this standalone via the depoy/
folder -- but it's meant to be used with this Operator.
$ docker build . -t quay.io/example/minecraft-server:v1.13.2
$ docker push quay.io/example/minecraft-server:v1.13.2