The Mocky API implemented in dotnet.
- Add dapper? https://www.nuget.org/packages/Dapper/
- Docker build for Raspberry Pi3
- Docker scan https://www.thorsten-hans.com/how-to-build-smaller-and-secure-docker-images-for-net5/
- Remove async - https://docs.microsoft.com/en-us/dotnet/standard/data/sqlite/async
- When db empty, stats fails DBNull (might be fixed with dapper)
See demo.http
docker build . -t mocky-dotnet:0.0.1 docker run -it -p 8000:80 --rm mocky-dotnet:0.0.1
There is a private repo on docker.io
- Build the image
docker build -t thumnet/dotnet:mocky-dotnet-arm32v7 -f Dockerfile.arm32v7 .
- Push the image
docker push thumnet/dotnet/mocky-dotnet:arm32v7
- Open portainer and add the container using the tag in step 2
Distributed under the Apache 2.0 License. See LICENSE
for more information.