summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrakenrf <78108016+krakenrf@users.noreply.github.com>2022-10-08 09:35:14 +0200
committerkrakenrf <78108016+krakenrf@users.noreply.github.com>2022-10-08 09:35:14 +0200
commit2f98fbb98f88856b2360f656accfa78c0273598a (patch)
treec1c810eea2fcb6d6112b1797502f18a269fac8de
parentUpdated 10. VirtualBox, Docker Images and Install Scripts (markdown) (diff)
downloadkrakensdr_docs.wiki-2f98fbb98f88856b2360f656accfa78c0273598a.tar
krakensdr_docs.wiki-2f98fbb98f88856b2360f656accfa78c0273598a.tar.gz
krakensdr_docs.wiki-2f98fbb98f88856b2360f656accfa78c0273598a.tar.bz2
krakensdr_docs.wiki-2f98fbb98f88856b2360f656accfa78c0273598a.tar.lz
krakensdr_docs.wiki-2f98fbb98f88856b2360f656accfa78c0273598a.tar.xz
krakensdr_docs.wiki-2f98fbb98f88856b2360f656accfa78c0273598a.tar.zst
krakensdr_docs.wiki-2f98fbb98f88856b2360f656accfa78c0273598a.zip
-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.