Giter Site home page Giter Site logo

Comments (4)

AlmirKadric avatar AlmirKadric commented on July 18, 2024

hi @Heucles, have you read the README.md file and followed the instructions there?

The scripts will install a shim which attaches a tap interface to the docker Host VM and bring up the 10.0.75.(1,2) ip bridge. However you still need to setup the IP routing into your containers. This is what the README.md file explains.

Alternatively if you are using Node.js you can use my other project which automates this process as well for you (https://github.com/AlmirKadric-Published/helpers-docker-nodejs)

Let me know if you're still having issues

from docker-tuntap-osx.

nifr avatar nifr commented on July 18, 2024

You need to route all traffic to docker's IP addresses through the tuntap interface like this:

sudo route add -net 172.16.0.0 -netmask 255.240.0.0 10.0.75.2

Needs to be done after every host restart obviously.

For some reason I occasionally need to remove the routing and add it back again if I can't connect to the containers anymore.

sudo route delete -net 172.16.0.0 -netmask 255.240.0.0 10.0.75.2
sudo route add -net 172.16.0.0 -netmask 255.240.0.0 10.0.75.2

Hope that helps :)

from docker-tuntap-osx.

AlmirKadric avatar AlmirKadric commented on July 18, 2024

@Heucles are you still having issues?
can I consider this issue as resolved?

from docker-tuntap-osx.

AlmirKadric avatar AlmirKadric commented on July 18, 2024

This issue was inactive, if there are further issues feel free to re-open the issue.

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.