franc3000 / docker-luigid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Luigi Central Scheduler

Base Docker Image

python:2.7-slim

Simple luigid image.

Features

Usage

docker build -t luigid .
docker run -p 8082:8082 -d luigid

To see what processes are running and listing the names:

docker ps
docker ps -a # all local containers

Attach:

docker attach --sig-proxy=false [NAME]

To detach, press CTRL-C

About


Languages

Language:Shell 100.0%