Go to file
Lejo1 1d42cf3072
base the docker image on the offical
2021-03-07 22:46:17 +01:00
.github/workflows Fix for push with custom tags 2021-02-26 15:54:02 +01:00
Dockerfile base the docker image on the offical 2021-03-07 22:46:17 +01:00
README.md Clean Readme 2020-10-11 17:04:46 +02:00
lsqlite3.so base the docker image on the offical 2021-03-07 22:46:17 +01:00

README.md

Minetest Docker Server Image + lsqlite3

This server image is a fork of the official minetest server image.
It has LuaSQLite 3 installed to work with mods like sban

docker pull lejo/minetest-lsqlite3:ref

Use it like the default one by binding volumes to it:

docker create -v /home/minetest/data/:/var/lib/minetest/ -v /home/minetest/conf/:/etc/minetest/ lejo/minetest-lsqlite3:ref

ref can be:

  • latest/master
  • stable-0.4
  • stable-0.5
  • 5.3.0
  • 5.2.0
  • 5.1.1
  • 5.1.0
  • 5.0.1
  • 5.0.0
  • 0.4.17.1
  • 0.4.17
  • 0.4.16

If you want any tag build just ask me and I will trigger the build.