Sign inSign up

guitarrapc/asptnetcoreapi-quickstart

By guitarrapc

Updated over 5 years ago

Image
0

444

guitarrapc/asptnetcoreapi-quickstart repository overview

TL;DR

ASP.NET Core API quick start app.

Dockerfile

Image Tags

  • latest: latest version of tag.
  • 3.1: ASP.NET Core API 3.1

Run

Run latest.

docker run --rm -p 8088:80 guitarrapc/asptnetcoreapi-quickstart:latest

Run ASP.NET Core 3.1.

docker run --rm -p 8088:80 guitarrapc/asptnetcoreapi-quickstart:3.1

cURL request.

curl http://localhost:8088/healthz
curl http://localhost:8088/api/hello
curl http://localhost:8088/api/hello?name=hoge
curl http://localhost:8088/api/weatherforecast

Tag summary

Content type

Image

Digest

Size

80.8 MB

Last updated

over 5 years ago

docker pull guitarrapc/asptnetcoreapi-quickstart