Skip to content

Commit

Permalink
Remove reference to defunct gitlab docker image
Browse files Browse the repository at this point in the history
see #14164
  • Loading branch information
sfan5 committed Jan 3, 2024
1 parent 2c44620 commit 0b423dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 75 deletions.
23 changes: 1 addition & 22 deletions README.md
Expand Up @@ -128,28 +128,7 @@ Docker

- [Developing minetestserver with Docker](doc/developing/docker.md)

We provide Minetest server Docker images using the GitLab mirror registry.

Images are built on each commit and available using the following tag scheme:

* `registry.gitlab.com/minetest/minetest/server:latest` (latest build)
* `registry.gitlab.com/minetest/minetest/server:<branch/tag>` (current branch or current tag)
* `registry.gitlab.com/minetest/minetest/server:<commit-id>` (current commit id)

If you want to test it on a Docker server you can easily run:

sudo docker run registry.gitlab.com/minetest/minetest/server:<docker tag>

If you want to use it in a production environment you should use volumes bound to the Docker host
to persist data and modify the configuration:

sudo docker create -v /home/minetest/data/:/var/lib/minetest/ -v /home/minetest/conf/:/etc/minetest/ registry.gitlab.com/minetest/minetest/server:master

Data will be written to `/home/minetest/data` on the host, and configuration will be read from `/home/minetest/conf/minetest.conf`.

**Note:** If you don't understand the previous commands please read the official Docker documentation before use.

You can also host your Minetest server inside a Kubernetes cluster. See our example implementation in [`misc/kubernetes.yml`](misc/kubernetes.yml).
We provide a Dockerfile that can be used to build the server.


Version scheme
Expand Down
53 changes: 0 additions & 53 deletions misc/kubernetes.yml

This file was deleted.

0 comments on commit 0b423dd

Please sign in to comment.