diff options
-rw-r--r-- | 10.-VirtualBox,-Docker-Images-and-Install-Scripts.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/10.-VirtualBox,-Docker-Images-and-Install-Scripts.md b/10.-VirtualBox,-Docker-Images-and-Install-Scripts.md index eda4852..2c513d7 100644 --- a/10.-VirtualBox,-Docker-Images-and-Install-Scripts.md +++ b/10.-VirtualBox,-Docker-Images-and-Install-Scripts.md @@ -19,10 +19,12 @@ sudo adduser $USER vboxusers ``` ## Docker -Third parties have created a Docker container that you can use for installing a ready to use image of the DOA software. Note that the Docker container will not work on Windows, due Docker not supporting USB passthrough from Windows to a Linux image. Also note that the Docker container is immutable, so any settings changes you save will not persist once the image is restarted. +Third parties have created a Docker container that you can use for installing a ready to use image of the DOA software on x86 machines. Note that the Docker container will not work on Windows, due Docker not supporting USB passthrough from Windows to a Linux image. Also note that the Docker container is immutable, so any settings changes you save will not persist once the image is restarted. Docker Image Repository: https://github.com/godsic/krakensdr-containers/ +NOTE: To reiterate this Docker container is only for x86 machines. + ## Install Scripts These scripts will automatically install the drivers, all dependencies and the DOA and PR software packages in `krakensdr_doa` and `krakensdr_pr` folders. |