diff options
author | krakenrf <78108016+krakenrf@users.noreply.github.com> | 2022-10-08 09:47:15 +0200 |
---|---|---|
committer | krakenrf <78108016+krakenrf@users.noreply.github.com> | 2022-10-08 09:47:15 +0200 |
commit | e04d63ab55fa2ab2c890e4b7e3c68d70e6d51a67 (patch) | |
tree | c00eff5728ab72079221932f7142ba06d852d0a0 | |
parent | Updated 10. VirtualBox, Docker Images and Install Scripts (markdown) (diff) | |
download | krakensdr_docs.wiki-e04d63ab55fa2ab2c890e4b7e3c68d70e6d51a67.tar krakensdr_docs.wiki-e04d63ab55fa2ab2c890e4b7e3c68d70e6d51a67.tar.gz krakensdr_docs.wiki-e04d63ab55fa2ab2c890e4b7e3c68d70e6d51a67.tar.bz2 krakensdr_docs.wiki-e04d63ab55fa2ab2c890e4b7e3c68d70e6d51a67.tar.lz krakensdr_docs.wiki-e04d63ab55fa2ab2c890e4b7e3c68d70e6d51a67.tar.xz krakensdr_docs.wiki-e04d63ab55fa2ab2c890e4b7e3c68d70e6d51a67.tar.zst krakensdr_docs.wiki-e04d63ab55fa2ab2c890e4b7e3c68d70e6d51a67.zip |
-rw-r--r-- | 10.-VirtualBox,-Docker-Images-and-Install-Scripts.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/10.-VirtualBox,-Docker-Images-and-Install-Scripts.md b/10.-VirtualBox,-Docker-Images-and-Install-Scripts.md index 2d6863d..d56ca9e 100644 --- a/10.-VirtualBox,-Docker-Images-and-Install-Scripts.md +++ b/10.-VirtualBox,-Docker-Images-and-Install-Scripts.md @@ -18,7 +18,7 @@ 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" +**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". If you turn off Hyper-V you may also need to disable `Enable Nested Paging` in the Virtual Box settings under System->Acceleration. ## Docker |