dashtripledot

Members
  • Posts

    4
  • Joined

  • Last visited

About dashtripledot

  • Birthday February 22

Converted

  • Gender
    Male
  • Location
    New Zealand

dashtripledot's Achievements

Noob

Noob (1/14)

0

Reputation

  1. No sorry. I ended up running a Linux VM, installing docker on that and sshing into it. It works well unless you need something to run on localhost, in which case you have to set up ssh tunnels to the Linux machine.
  2. Thanks for doing these tests. Though it does still suck that this will not work.
  3. thanks for the reply. after using the following line: <qemu:arg value='Penryn,vendor=GenuineIntel,kvm=on,vmx,rdtscp,+invtsc,+avx,+avx2,+aes,+xsave,+xsaveopt,+ssse3,+sse4_2,+popcnt,vmware-cpuid-freq=on,'/> "sysctl kern.hv_support" still returns 0. for docker to work it should return 1. (following this page) could this be a clover config problem? I am running an amd fx 8350, if that helps. Is there a list of the cpu features that can be passes through?
  4. Hi All. I have successful followed @SpaceInvaderOne's videos, and built my self a kvm mac os machine. Now that i have the mac running is their any way to get docker for mac running? I would like to be able to develop websites, and other programs using a local docker installation. But when i try to install Docker for Mac, an error comes up saying that CPU virtualization and Hyper Visor support is needed. After trying every search term and combination of them, i find that this line might the the cause: <qemu:arg value='Penryn,vendor=GenuineIntel,kvm=on,+invtsc,vmware-cpuid-freq=on,'/> In this video, @SpaceInvaderOne mentions that the Penryn cpu does not support vt-x. now that the video is 1.5 years old, is their any way to change the cpu and still have osx work? Am I even looking in the right direction?