Skip to content

asnir/dokcer-luigid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal docker image for running Luigid

Reminder: luigi-monitor (Luigi central planner/ the webapp part) gets reports on task life-cycle from the workers and display it. It can display the DAG.

use the following command to build the image:

docker build -t luigid .

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

docker run -d -p 8082:8082 luigid

And visit:

  • http://LUIGI_HOST:8082/
  • http://LUIGI_HOST:8082/static/visualiser/index.html#
  • http://LUIGI_HOST:8082/history

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •