-
Notifications
You must be signed in to change notification settings - Fork 11
Added Docker integration #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
New changes in main broke this merge request. Fixing now. |
|
Docker is working again. Ready for review |
|
How did you handle USB binding to the container for the SDR's? I was working on a Docker integration as well, but USB pathing seems to be buggy. |
So I haven't done the USB passthrough just yet. I was planning on doing it similarly to how I do it with the sdrppserver_container. My runContainer.sh does it quite well and I haven't had any issues when I run that container. |
Updated the following:
GitHub actions will build and publish the docker image to the GitHub docker registry for easy download.
The bash script in the repo makes starting the container easy.
I also updated the Readme.md to get users setup with the docker integration. Feel free to adjust the docker stuff if necessary.