This repository contains a Dockerfile for setting up an Azure SignalR Local Emulator in a containerized environment. The Dockerfile is designed to simplify the process of running the emulator locally for development and testing purposes.
- Runs the Azure SignalR Local Emulator in a Docker container.
- Provides a consistent environment for local development.
- Easy to set up and use with minimal configuration.
-
Build the Docker Image:
docker build -t signalr-emulator .
-
Run the Container:
docker run -d -p 8888:8888 signalr-emulator
- Docker must be installed on your system.
- Ensure that the Azure SignalR Local Emulator is compatible with your development environment.
You can modify the Dockerfile to suit your specific requirements, such as changing the exposed ports or adding additional dependencies.
SignalR™ is a registered trademark of Microsoft Corporation. This project is not affiliated with or endorsed by Microsoft Corporation.