/WhoamiCore

A minimal Asp.Net Core application to test hosting, containers, reverse proxies etc. Inspired by the Containous whoami application

Primary LanguageC#MIT LicenseMIT

WhoamiCore

A minimal Asp.Net 5.0 (core) application inspired by the Containous whoami test-application.

This is my go-to testrig that i use to test .Net Core together with Docker, kubernetes, docker swarm, reverse proxies etc.

Docker (linux) image https://hub.docker.com/r/magohl/whoamicore

Usage docker run -p 888:80 magohl/whoamicore browse to http://localhost:888

image