GNU Radio & Friends in a Docker image. This image does not do much yet...
Build gr-gsm using the maint-fork mentioned in this github issue
To build the project:
make
To list the images:
make list
To run any tests:
make test
To push image to remote docker repository:
REPO_PASSWORD='MyPassword!$' make push
To update README on remote docker repository (docker hub):
REPO_PASSWORD='MyPassword!$' make push-readme
To cleanup and remove built images:
make clean
To run the container:
docker run -i -t utensils/hertz-lattice
Variable | Default Value | Description |
---|---|---|
ENV |
DEFAULT_VALUE |
Description |