SignalR application not working when deployed in docker container SignalR application not working when deployed in docker container docker docker

SignalR application not working when deployed in docker container


microsoft/aspnet docker image inherits from mono which itself inherits from debian:wheezy. I created my own docker file that inherits from ubuntu:1404 and it solved the problem. My guess is that previously it was not configured correctly for web transport protocols.