š a container for running OpenRGB in headless mode
4.5K
š a container for running OpenRGB in headless mode
Want to control the lights on your (physical) server and you really don't need a GUI? This is the image for you.
Note: so far I've only tested this with USB devices. Changes may be requiredā for I2C devices.
Images are built automatically every day to pull in the latest changes from OpenRGB, and tags mirror upstream (i.e. codetheweb/openrgb-server:release_0.6 would contain the tagged release release_0.6 from OpenRGB).
With USB device support:
docker create \
-p 6742:6742 \
-v /dev/bus/usb:/dev/bus/usb \
--privileged
--cap_add NET_BIND_SERVICE
codetheweb/openrgb-server
Content type
Image
Digest
sha256:8558bbb4cā¦
Size
116.6 MB
Last updated
almost 4 years ago
docker pull codetheweb/openrgb-server