linuxserver/luanti.

1,421 0 arm64 unknown amd64 unknown

Build Information

General build information for this image

Docker Hub linuxserver/luanti
Build Time 09 Feb 2025 21:56:00
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 09 Feb 2025 at 21:55:54

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  luanti:
    image: linuxserver/luanti:latest
    container_name: luanti
    restart: no

CLI

docker create \
  --name=luanti \  --restart no \
  linuxserver/luanti:latest