Docker Hub
registry.hub.docker.com › r › linuxserverDocker Hub. The LinuxServer.io team brings you another container release featuring: regular and timely application updates. easy user mappings (PGID, PUID) custom base image with s6 overlay. weekly base OS updates with common layers across the entire LinuxServer.io ecosystem to minimise space usage, down time and bandwidth.
[Docker] Minetest Docker images - Minetest Forums
forum.minetest.net › viewtopicJul 30, 2012 · Minetest Docker images. I'm publishing some Docker images containing a Minetest server on Docker Hub. Please excuse the short description there, I'll extend it later. Launching a simple "throw away" server without any persistence: Code: Select all. $ sudo docker run --rm -p 30000:30000/udp webd97/minetestserver:<tag>.
linuxserver/minetest - LinuxServer.io
docs.linuxserver.io › images › docker-minetestOur images support multiple architectures such as x86-64, arm64 and armhf. We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here. Simply pulling lscr.io/linuxserver/minetest should retrieve the correct image for your arch, but you can also pull specific arch images ...
GitHub - linuxserver/docker-minetest
github.com › linuxserver › docker-minetestUpdate the image: docker pull lscr.io/linuxserver/minetest; Stop the running container: docker stop minetest; Delete the container: docker rm minetest; Recreate a new container with the same docker run parameters as instructed above (if mapped correctly to a host folder, your /config folder and settings will be preserved)