Madadata / docker-luigid

Minimal docker image for running Luigi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimal docker image for running Luigi

To run, publish luigi's default web port ( 8082 )

docker run -d -p 8082:8082 mada/luigid

And visit http://LUIGI_HOST:8082/

Configure your luigi clients to point to this schedule by adding this to your /etc/luigi/client.cfg

[core]
default-scheduler-host: LUIGI_HOST
default-scheduler-port: 8082

About

Minimal docker image for running Luigi