Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`