From 42a83ecd4b06ede15c6d2d879327978e5da93bbf Mon Sep 17 00:00:00 2001 From: Steven Honson Date: Sun, 19 Dec 2021 16:38:29 +1100 Subject: [PATCH 1/2] Lowercase repository name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6273567..7d32fbc 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ If the `modprobe -r` command errors, a reboot is recommended to unload the modul You can then start the container with the right parameters/options for you (frequency, callsign, locator etc... Fake example below): ```bash -docker run --rm -it --device=/dev/bus/usb ghcr.io/Guenael/rtlsdr-wsprd:latest -f 2m -c A1XYZ -l AB12cd -g 29 +docker run --rm -it --device=/dev/bus/usb ghcr.io/guenael/rtlsdr-wsprd:latest -f 2m -c A1XYZ -l AB12cd -g 29 ``` ## Tips (for your Raspberry Pi and SDR dongles) From c24d312d397353227dc6087aae9f74611c0feadd Mon Sep 17 00:00:00 2001 From: Steven Honson Date: Sun, 19 Dec 2021 16:41:08 +1100 Subject: [PATCH 2/2] Always pull the latest image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d32fbc..3e8c833 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ If the `modprobe -r` command errors, a reboot is recommended to unload the modul You can then start the container with the right parameters/options for you (frequency, callsign, locator etc... Fake example below): ```bash -docker run --rm -it --device=/dev/bus/usb ghcr.io/guenael/rtlsdr-wsprd:latest -f 2m -c A1XYZ -l AB12cd -g 29 +docker run --rm -it --pull=always --device=/dev/bus/usb ghcr.io/guenael/rtlsdr-wsprd:latest -f 2m -c A1XYZ -l AB12cd -g 29 ``` ## Tips (for your Raspberry Pi and SDR dongles)