Skip to content

klabbet/signalr-emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure SignalR Local Emulator

This is a docker container of the Azure SignalR Local Emulator.

https://github.com/Azure/azure-signalr/blob/dev/docs/emulator.md

The purpose is to use it for local development in docker/docker-compose scenarios.

Featured Tags

Tags are following the versioning of Microsoft.Azure.SignalR.Emulator.

  • 1.0.0-preview1-10809

About This Image

Building this image

docker build -t klabbet/signalr-emulator:1.0.0-preview1-10809 -t klabbet/signalr-emulator:latest .

How to Use the Image

Run it interactively on port 8999.

docker run --rm -it -p 8999:8999 klabbet/signalr-emulator

Run it in the background on a different port.

docker run --rm -d -p 9001:9001 -e ASRS_EMULATOR_PORT=9001 klabbet/signalr-emulator

Set your own settings.json you can mount a folder with such file into /workspace.

docker run --rm -it -v $PWD/config:/workspace klabbet/signalr-emulator

Example

There is an example application in the corresponding repository.

https://github.com/klabbet/signalr-emulator/tree/main/example

Related Repos

This code is managed here

https://github.com/klabbet/signalr-emulator

Full Tag Listing

  • 1.0.0-preview1-10809

Support

File an issue on Github

https://github.com/klabbet/signalr-emulator/issues

License

LICENSE file on github

https://github.com/klabbet/signalr-emulator/blob/main/LICENSE