Skip to content

bademux/openlighting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multiarch OpenLightingArchitecture (DMX) docker

HowTo

To run on host

docker run -it -v "$(pwd)/configs":/home/olad/.ola/ --net host bademux/openlighting:latest

Build

docker buildx create --use
# docker run --privileged --rm tonistiigi/binfmt --install all #uncomment if you want to build for arch that is not native for you system
docker buildx build --platform=linux/amd64 --tag bademux/openlighting:latest . --load

Ref