romancin / luadch-docker

Luadch Docker images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Luadch

This is a completely funcional Docker image with Luadch application.

docker pulls docker stars Donate

Latest versions:

Docker Image Version (latest semver) docker size

Donate

You can invite me a beer if you want ;)

Based on Alpine Linux, which provides a very small size.

Tested and working on Synology and QNAP, but should work on any x86_64 devices.

Sample run command:

docker run -d --name=luadch \
-e PGID=0 -e PUID=0 -e TZ=Europe/Madrid \
-p 5000:5000 \
-p 5001:5001 \
-v "/share/Container/luadch:/config"
romancin/luadch:latest

or use

docker-compose up -d

after you edited the file previously to meet your needs.

About

Luadch Docker images


Languages

Language:Shell 62.8%Language:Dockerfile 23.0%Language:Batchfile 14.2%