Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--swarm starts swarm on 2357 instead of 2375 #54

Open
robhaswell opened this issue Nov 19, 2015 · 1 comment
Open

--swarm starts swarm on 2357 instead of 2375 #54

robhaswell opened this issue Nov 19, 2015 · 1 comment

Comments

@robhaswell
Copy link
Contributor

Our new --swarm starts swarm on 2357 instead of 2375, which is the port published in the Swarm docs. This results in immediate user confusion.

@wallnerryan
Copy link
Contributor

this is on purpose because swarm master talks to agent on 2375/2376 and swarm agent would not be able to run on the same node if they both used 2375/2376

In fact, swarm docs reference this as the manager port which is arbitrary and is up to the user.

from https://docs.docker.com/swarm/install-manual/
docker run -d -p <manager_port>:2375 swarm manage token://<cluster_id>

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

No branches or pull requests

2 participants