Giter Site home page Giter Site logo

The output give me the message("The hyperkit executable file was of an unknown type") when execute the install script twice about docker-tuntap-osx HOT 4 CLOSED

wushibin avatar wushibin commented on August 18, 2024
The output give me the message("The hyperkit executable file was of an unknown type") when execute the install script twice

from docker-tuntap-osx.

Comments (4)

wushibin avatar wushibin commented on August 18, 2024 1

sorry for late response.

from docker-tuntap-osx.

AlmirKadric avatar AlmirKadric commented on August 18, 2024

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:

  • ls -l /Applications/Docker.app/Contents/Resources/bin/ to make sure the shim was properly installed and configured
  • ls -l /dev/tap* to make sure docker has access to tap interface
  • ifconfig to make sure docker connected to the tap interface
  • netstat -rn to make sure routes were set to the containers over the tap interface
  • docker run --rm --privileged --pid=host --net=host alpine ifconfig to make docker created the target interface
  • docker run --rm --privileged --pid=host debian nsenter -t 1 -m -u -n -i iptables-save to make sure the docker host allows routing
  • docker inspect <<Container_id>> to make sure your container is configure to use all of the above

from docker-tuntap-osx.

AlmirKadric avatar AlmirKadric commented on August 18, 2024

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.

from docker-tuntap-osx.

AlmirKadric avatar AlmirKadric commented on August 18, 2024

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

from docker-tuntap-osx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.