Skip to content

Dockerfile to build a [busylight](https://github.com/JnyJny/busylight) container. Make sure to add the `--device=/dev/bus` flag to your `docker run` command to allow access to USB devices.

License

Notifications You must be signed in to change notification settings

mchaker/busylight-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

busylight-docker

Dockerfile to build a busylight container.

Make sure to add the --device=/dev/bus flag to your docker run command to allow access to USB devices.

Buildng the container image

  1. Clone this repository.
  2. Inside the directory for this repository, run:
    docker build -t busylight-docker .

Running the container

  1. Run the following command:
    docker run -d --device=/dev/bus -p 8080:8080 busylight-docker:latest

Explanation: adding the --device=/dev/bus flag allows the container to access USB devices (located under /dev/bus/)

About

Dockerfile to build a [busylight](https://github.com/JnyJny/busylight) container. Make sure to add the `--device=/dev/bus` flag to your `docker run` command to allow access to USB devices.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages