Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: docker/machine
base: 77d64b343c4d
Choose a base ref
...
head repository: docker/machine
compare: 7f9d48acfcd6
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 31, 2016

  1. Filter out invalid IPs from the vSphere driver

    On my local machine, the docker machine env command would return the
    Docker0 bridge IP address which is not reachable from the outside. Added
    a check for the default bridge IP as well as another check that filters
    out link local IP addresses.
    
    Signed-off-by: Preet Bhinder <preet@apcera.com>
    Preet Bhinder committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    51d5b9c View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2016

  1. Merge pull request #3708 from mbhinder/master

    Filter out invalid IPs from the vSphere driver
    nathanleclaire committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    7f9d48a View commit details
    Browse the repository at this point in the history