Skip to content
This repository was archived by the owner on Jan 1, 2021. It is now read-only.
This repository was archived by the owner on Jan 1, 2021. It is now read-only.

boot2docker should expose the docker internal network #528

@virtuald

Description

@virtuald

This can be easily accomplished using the following command on the OSX host:

sudo route -n add 172.17.0.0/16 `boot2docker ip`

It would be nice if boot2docker did this by default (and maintained the route, as the command doesn't make the route permanent). This would allow you to launch multiple instances of the same service on a host, and be able to access them all on the same port via the IP address returned by 'docker inspect'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions