Skip to content

Conversation

hannseman
Copy link
Contributor

Currently the default the parameter listen_addr for swarm join is None while it actually is 0.0.0.0:2377. This PR corrects this.

@GordonTheTurtle
Copy link

Please sign your commits following these rules:
https://github.com/moby/moby/blob/master/CONTRIBUTING.md#sign-your-work
The easiest way to do this is to amend the last commit:

$ git clone -b "swarm-join-listen_addr" git@github.com:hannseman/docker-py.git somewhere
$ cd somewhere
$ git commit --amend -s --no-edit
$ git push -f

Amending updates the existing PR. You DO NOT need to open a new one.

Signed-off-by: Hannes Ljungberg <hannes@5monkeys.se>
Copy link
Contributor

@ulyssessouza ulyssessouza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@chris-crone chris-crone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @hannseman!

@chris-crone chris-crone merged commit 5e8b1c0 into docker:master Apr 4, 2019
@hannseman
Copy link
Contributor Author

@ulyssessouza @chris-crone thanks for the review and merge! 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants