-
Notifications
You must be signed in to change notification settings - Fork 11
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
panic: bind: cannot assign requested address #37
Comments
Are you running Etcd or something else on 2379 of the docker-machine host? This should be changed to use a free port returned by the OS to prevent this kind of collision. |
No, I don't have etcd running on OSX, I did |
@vsimon: Are you checking ports on the host machine or within the VM running docker? If you are using OS X the ports would be opened on the VM. If you are using docker-machine, SSH onto the machine using: Once you are on the machine check which ports have listeners with: Also are you running containers other than the ones that come with localkube? |
OSX.
No ports on 2379.. Going to start localkube
Checking docker
Check docker logs
|
On OSX 10.11.3. Docker 1.10.3 using docker-toolbox. Localkube 0.0.3. Not working after trying spread cluster up.
The text was updated successfully, but these errors were encountered: