hemaltandel1 / WhoamiCore

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:C# 90.8%Language:Dockerfile 9.2%