Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bclswl0827/websdr-docker

WebSDR in Docker, no binary included.
https://github.com/bclswl0827/websdr-docker

Last synced: 29 days ago
JSON representation

WebSDR in Docker, no binary included.

Awesome Lists containing this project

README

        

# websdr-docker

WebSDR in Docker, no binary included.

```
docker run -d \
--name websdr \
--network host \
--restart always \
-v /path/to/websdr:/usr/bin/websdr \
bclswl0827/websdr-docker:latest
```