8000 GitHub - joermungandr/docker-luigid: Minimal docker image for running Luigi
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

joermungandr/docker-luigid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal docker image for running Luigi

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

docker run -d -p 8082:8082 akursar/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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%
0