A slightly modified MineTest image with MineClone2
1.0K
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.
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
Content type
Image
Digest
Size
72.9 MB
Last updated
over 7 years ago
docker pull yeticraft/minetest