summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrakenrf <78108016+krakenrf@users.noreply.github.com>2022-08-30 03:01:14 +0200
committerkrakenrf <78108016+krakenrf@users.noreply.github.com>2022-08-30 03:01:14 +0200
commit3986316a76fb33291331f53cc52041438e34c162 (patch)
tree6a71f88573c9e3f4f861ec9d0c010e1993202eaa
parentUpdated 11. Appendix (markdown) (diff)
downloadkrakensdr_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
-rw-r--r--10.-VirtualBox,-Docker-Images-and-Install-Scripts.md4
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.