Closed binocarlos closed 9 years ago
Ignore this - I've found the problem.
Internally the powerstrip container is listening on port 4243
The command to start the container was using -p 2375:2375
.
As soon as I change that to -p 2375:4243
everything works great!
Sorry for noise - I will open a PR for the Readme change.
I think the PR should be against powerstrip.tac, because it should be listening on the documented (newly IANA-assigned) Docker port.
btw, thanks for finding this bug and sorry for wasting your time with it!
good point I was thinking perhaps we should change the port number
Hey, I'm having a little trouble connecting via powerstrip - here is what I did:
socket-support-protocol-tweaks-and-versioning
branchI get the following error when doing this:
There is nothing logged from the debugger container so I don't think the request is making it that far.
Am a bit stuck - sorry if this is something obvious - any clues?
Thanks