/docker-loadbalancer-aspnet-demo

Consul, nginx, ASP.NET vNext, Docker load balancer demo

Primary LanguageNginx

Boot The App

From the root of the repository:

fig pull && fig build
fig up -d

Inspection

Consul Registered Services

curl http://`boot2docker ip 2>/dev/null`:8500/v1/catalog/services

Adding/Removing Backend Containers

fig scale app=4
fig scale app=1