Here you can see how to get everything running easily. I have created separate Dockerfiles for building and for running.
docker build -f build/Dockerfile.debian -t "qvhbuild:$(git branch --show-current)" --build-arg GIT_BRANCH=$(git branch --show-current) .
docker run -it qvhbuild:$(git branch --show-current) bash
docker build -f Dockerfile.debian -t "qvhrun:$(git branch --show-current)" .
- mount your host usb devices into the container and get a shell with the following command:
docker run --privileged -v /dev/bus/usb:/dev/bus/usb -it qvhrun:$(git branch --show-current) bash- use the
/bin/linux/qvhbinary to execute qvh