.NET Core containerized application POC
This POC demostrate how to make a .Net core web application container.
You can choose different OS containers.
Copy the files in WindowContainer/LinuxContainer folder to the root path. And use command
docker-compose build && docker-compose up -d