mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2024-11-29 14:05:51 +08:00
2 useless commands
This commit is contained in:
parent
2317b33170
commit
8eedf13a9e
@ -66,8 +66,8 @@ RUN perl -p -i -e 's/print("Succeeded:")/exit()/' ./gibMacOS.command
|
|||||||
RUN python gibMacOS.command -v "${VERSION}" || echo Done
|
RUN python gibMacOS.command -v "${VERSION}" || echo Done
|
||||||
|
|
||||||
RUN sudo pacman -S qemu libvirt dnsmasq virt-manager bridge-utils flex bison ebtables edk2-ovmf --noconfirm
|
RUN sudo pacman -S qemu libvirt dnsmasq virt-manager bridge-utils flex bison ebtables edk2-ovmf --noconfirm
|
||||||
RUN sudo systemctl enable libvirtd.service
|
# RUN sudo systemctl enable libvirtd.service
|
||||||
RUN sudo systemctl enable virtlogd.service
|
# RUN sudo systemctl enable virtlogd.service
|
||||||
|
|
||||||
WORKDIR /home/arch
|
WORKDIR /home/arch
|
||||||
RUN git clone https://github.com/kholia/OSX-KVM.git
|
RUN git clone https://github.com/kholia/OSX-KVM.git
|
||||||
|
@ -20,7 +20,7 @@ docker run --privileged -v /tmp/.X11-unix:/tmp/.X11-unix sickcodes/docker-osx
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
# Requirements KVM on the host
|
# Requirements: KVM on the host
|
||||||
Need to turn on hardware virtualization in your BIOS, very easy to do.
|
Need to turn on hardware virtualization in your BIOS, very easy to do.
|
||||||
|
|
||||||
Then have QEMU on the host if you haven't already:
|
Then have QEMU on the host if you haven't already:
|
||||||
|
Loading…
Reference in New Issue
Block a user