ASP.NET Core API quick start app.
latest: latest version of tag.3.1: ASP.NET Core API 3.1Run 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
Content type
Image
Digest
Size
80.8 MB
Last updated
over 5 years ago
docker pull guitarrapc/asptnetcoreapi-quickstart