diff options
author | krakenrf <78108016+krakenrf@users.noreply.github.com> | 2022-08-30 03:01:14 +0200 |
---|---|---|
committer | krakenrf <78108016+krakenrf@users.noreply.github.com> | 2022-08-30 03:01:14 +0200 |
commit | 3986316a76fb33291331f53cc52041438e34c162 (patch) | |
tree | 6a71f88573c9e3f4f861ec9d0c010e1993202eaa | |
parent | Updated 11. Appendix (markdown) (diff) | |
download | krakensdr_docs.wiki-3986316a76fb33291331f53cc52041438e34c162.tar krakensdr_docs.wiki-3986316a76fb33291331f53cc52041438e34c162.tar.gz krakensdr_docs.wiki-3986316a76fb33291331f53cc52041438e34c162.tar.bz2 krakensdr_docs.wiki-3986316a76fb33291331f53cc52041438e34c162.tar.lz krakensdr_docs.wiki-3986316a76fb33291331f53cc52041438e34c162.tar.xz krakensdr_docs.wiki-3986316a76fb33291331f53cc52041438e34c162.tar.zst krakensdr_docs.wiki-3986316a76fb33291331f53cc52041438e34c162.zip |
Diffstat (limited to '')
-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. |