BeatPulseUI is available as a docker image on DockerHub. This image is a simple ASP.NET Core project with the BeatPulseUI middleware.
docker pull xabarilcoding/beatpulseui
docker run --name ui -p 5000:80 -d beatpulseui:latest
You can use environment variables to configure all properties on BeatPulseUI.
docker run --name ui -p 5000:80 -e 'BeatPulse-UI:Liveness:0:Name=httpBasic' -e 'BeatPulse-UI:Liveness:0:Uri=http://the-livenes-server-path' -d beatpulseui:latest
Read the DockerHub full description to get more information about BeatPulse docker configuration.