This is a Docker windows setup to run a simple api with ASP NET Core, Web Deploy and IIS.
1 - Build Casino Api Dockerfile
$ ./build.ps1
2 - Run Casino Web Api
$ ./run.ps1
3 - Build NGINX Dockerfile
$ cd nginx
$ ./build-nginx.ps1
4 - Run NGINX container
$ ./run-nginx.ps1
5 - Open a browser
http://localhost:8080/api/players
$ http://localhost:8080/api/games
Content type
Image
Digest
Size
2 GB
Last updated
about 7 years ago
docker pull aminueza/nginx:v1.0.0