summaryrefslogtreecommitdiffstats
path: root/10.-VirtualBox,-Docker-Images-and-Install-Scripts.md
diff options
context:
space:
mode:
Diffstat (limited to '10.-VirtualBox,-Docker-Images-and-Install-Scripts.md')
-rw-r--r--10.-VirtualBox,-Docker-Images-and-Install-Scripts.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/10.-VirtualBox,-Docker-Images-and-Install-Scripts.md b/10.-VirtualBox,-Docker-Images-and-Install-Scripts.md
index ae1cd73..2d6863d 100644
--- a/10.-VirtualBox,-Docker-Images-and-Install-Scripts.md
+++ b/10.-VirtualBox,-Docker-Images-and-Install-Scripts.md
@@ -17,6 +17,9 @@ We recommend allocating 8GB of RAM and 4 CPU cores to the system. We have tested
```
sudo adduser $USER vboxusers
```
+
+**Hyper-V Note**: If you are seeing problems with the VirtualBox image not being stable, and errors in the logs like `[Input/Output Error [Errno 5]`, then this is probably due to a bug between VirtualBox and Windows Hyper-V. To solve this disable Hyper-V, Virtual Machine Platform and Windows Hypervisor Platform in "Turn Windows Features On or Off"
+
## Docker
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.
@@ -25,8 +28,6 @@ Docker Image Repository: https://github.com/godsic/krakensdr-containers/
**NOTE**: To reiterate this Docker container is only for x86 machines.
-**Hyper-V Note**: If you are seeing problems with the VirtualBox image not being stable, and errors in the logs like `[Input/Output Error [Errno 5]`, then this is probably due to a bug between VirtualBox and Windows Hyper-V. To solve this disable Hyper-V, Virtual Machine Platform and Windows Hypervisor Platform in "Turn Windows Features On or Off"
-
## 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.