Skip to content

Commit

Permalink
New Feature: docker#1342 Get an internal IP of cloud hosted machine (…
Browse files Browse the repository at this point in the history
…actual implementation for GCE, placeholders for the rest currently)

Signed-off-by: Andrew Grande <[email protected]>
  • Loading branch information
aperepel committed Jun 12, 2015
1 parent e9b89f7 commit 3c763ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/fakedriver/fakedriver.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func (d *FakeDriver) GetIP() (string, error) {
return "1.2.3.4", nil
}

func (d *Driver) GetPrivateIP() (string, error) {
func (d *FakeDriver) GetPrivateIP() (string, error) {
return "", errors.New("not implemented")
}

Expand Down

0 comments on commit 3c763ba

Please sign in to comment.