bartfeenstra / docker-ola

Dockerized Open Lighting Architecture (OLA) 💡

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerized Open Lighting Architecture

Build Status

Usage

Configuration

OLA's configuration directory is located at /usr/lib/olad/.ola, and configuration files can be copied or mounted there.

Customizing the olad invocation

To exercise full control over OLA's behavior, set the entry point to olad and use the image's Docker command (CMD in Dockerfile, COMMAND for docker run) to pass on additional arguments. Run olad --help to see the full list of available options. Example: to change the default HTTP port from 9090 to 9091, run docker run -d --entrypoint olad bartfeenstra/ola --http-port 9091.

About

Dockerized Open Lighting Architecture (OLA) 💡


Languages

Language:Shell 78.8%Language:Dockerfile 21.2%