AlmirKadric-Published / docker-tuntap-osx

A tuntap shim installer for "Docker for Mac"
MIT License
330 stars 65 forks source link

The output give me the message("The hyperkit executable file was of an unknown type") when execute the install script twice #4

Closed wushibin closed 6 years ago

wushibin commented 7 years ago

➜ docker-tuntap-osx git:(master) sh ./sbin/docker_tap_install.sh Password: The hyperkit executable file was of an unknown type

And after i restart the docker application manually, and add the route to my container ip, i still cannot ping my docker containers directly.

sudo route add -net 172.16.238.20 -netmask 255.255.0.0 10.0.75.1

Those docker containers are created by the docker-compose with static IPs. The docker-compose.yml is under: https://github.com/wushibin/kafka-learning/blob/master/docker-compose.yml

Thanks in advance.

AlmirKadric commented 6 years ago

Apologies on the late response, last few months have been somewhat crazy for me.

I merged a minor fix which deals with local routing, that may solve your issue. Do you mind pulling and giving it another try. If you still have issues please provide me with the following command outputs:

AlmirKadric commented 6 years ago

I merged a fix which resolves a lot of the issues inside the setup script. Please try and pull the latest develop changes and let me know if you still have issues.

AlmirKadric commented 6 years ago

will automatically close this issue if no followup by the 10th

wushibin commented 6 years ago

sorry for late response.