aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorname <[email protected]>2020-06-05 00:27:49 +0000
committername <[email protected]>2020-06-05 00:27:49 +0000
commitc2db22e680125fcc4ef9cfc3ce1e44d392b66e63 (patch)
treea2471f1a85ce3a4b3852c9313d90d4414b8f136f
parentDocker hub (diff)
downloaddocker-osx-c2db22e680125fcc4ef9cfc3ce1e44d392b66e63.tar.xz
docker-osx-c2db22e680125fcc4ef9cfc3ce1e44d392b66e63.zip
QEMU on the host
-rw-r--r--README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/README.md b/README.md
index e971d7f..bfdbf30 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,29 @@ docker run --privileged -v /tmp/.X11-unix:/tmp/.X11-unix sickcodes/docker-osx
```
+# Requirements KVM on the host
+Need to turn on hardware virtualization in your BIOS, very easy to do.
+
+Then have QEMU on the host if you haven't already:
+```
+# ARCH
+sudo pacman -S qemu libvirt dnsmasq virt-manager bridge-utils flex bison ebtables edk2-ovmf
+
+# UBUNTU DEBIAN
+sudo apt install qemu qemu-kvm libvirt-clients libvirt-daemon-system bridge-utils virt-manager
+
+# CENTOS RHEL FEDORA
+sudo yum install libvirt qemu-kvm -y
+
+# then run
+sudo systemctl enable libvirtd.service
+sudo systemctl enable virtlogd.service
+sudo modprobe kvm
+
+# reboot
+
+```
+
# Start the same container later (persistent disk)
```
# look at it