Skip to content
This repository was archived by the owner on Feb 27, 2018. It is now read-only.
This repository was archived by the owner on Feb 27, 2018. It is now read-only.

route table not configured on osx #192

@jhspaybar

Description

@jhspaybar

If I try to set my DOCKER_HOST to the recommended 192.168.59.3 it won't work(this ends up going over my default gateway, and finds some random other location). I compared my machine to another, and the major different where this works is that their machine has

192.168.59 link#11 UC 2 0 vboxnet
192.168.59.3 a:0:27:0:0:0 UHLWIi 1 0 lo0
192.168.59.103 8:0:27:ba:8f:ba UHLWI 0 49 vboxnet 1074

when I run netstat -nr. My machine is missing all these entries.

If instaed I set DOCKER_HOST=tcp://:2375 things work, but when I create new docker containers I cannot access their ports and have to manually set up port forwarding in virtual box for every container. I suppose if you know the commands I should be running to create the route table entries, I could do that manually, but this seems like a bug that they aren't being made automatically.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions