Comment 3 for bug 1509867

Revision history for this message
Dennis Straffin (dbstraffin) wrote :

It seems to be a networking issue as I am unable to connect to a forwarded port until I reload the daemon.

For example if you run `sudo docker run -it -p 1080:1080 -P jamesdbloom/mockserver` and then try to connect to http://localhost:1080 in your browser, you should get a 404 (MockServer's default response) and see a log entry appear in the MockServer interactive session. But instead it fails to connect and you don't see and log entries.