Sign inSign up

yeticraft/minetest

By yeticraft

•Updated over 7 years ago

A slightly modified MineTest image with MineClone2

Image
0

1.0K

yeticraft/minetest repository overview

⁠MineClone2

The is (at the moment) a test of a concept, using the fantastic work of https://git.minetest.land/Wuzzy/MineClone2⁠ and https://github.com/minetest/minetest/blob/master/Dockerfile⁠ as the base.

⁠USAGE:

The following docker-compose.yml file can be used to bring up the instance. Make sure to have a minetest.conf with apropriate values to select 'mineclone2' as the default game to use.

version: "2"

services:

  yeticraftmt:
    image: yeticraft/minetest:latest
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=America/Los_Angeles
    volumes:
      - ${PWD}/minetest.conf:/etc/minetest/minetest.conf
      - ${PWD}/mods:/usr/local/share/minetest/mods
      - ${PWD}/games:/usr/local/share/minetest/games
      - ${PWD}/worlds/world:/usr/local/share/minetest/worlds/world
    ports:
      - 30000:30000/udp
    restart: unless-stopped

Tag summary

Content type

Image

Digest

Size

72.9 MB

Last updated

over 7 years ago

docker pull yeticraft/minetest