Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robotastic/radiostar
Learning how to Azure
https://github.com/robotastic/radiostar
Last synced: 7 days ago
JSON representation
Learning how to Azure
- Host: GitHub
- URL: https://github.com/robotastic/radiostar
- Owner: robotastic
- Created: 2021-10-25T19:03:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-24T22:51:32.000Z (about 3 years ago)
- Last Synced: 2024-12-13T23:28:10.846Z (13 days ago)
- Language: Python
- Size: 5.56 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# radiostar
Learning how to Azure`docker build -t radiostar:dev -f Dockerfile.dev .`
## Start the Dev Container
`docker run -v ${PWD}:/app -it radiostar:dev /bin/bash`## Start the Dev Container with USB / RTL-SDR pass through
`docker run --privileged --ulimit core=-1 -v ${PWD}:/app -v /dev/bus/usb:/dev/bus/usb -v /var/run/dbus:/var/run/dbus -v /var/run/avahi-daemon/socket:/var/run/avahi-daemon/socket -it radiostar:dev /bin/bash`## Join a running version of the Dev Container
`docker exec -it radiostar:dev /bin/bash`