I've installed docker on my windows (10), and when I try to build a new project, I always get the following error:
Can't find a suitable configuration file in this directory or any
parent. Are you in the right directory?
Supported filenames: docker-compose.yml, docker-compose.yaml
When i check the project i created in visual studio 2017, i don't see docker-compose section in solution. It just has one project (.Net core 2.0) and one Dockerfile file in it.
Following are the steps i followed.
File-> new Project -> Asp.Net core web application -> API (Enable Docker Support) -> OK
and this is how my project structure looks like (no docker-compose section in it)
Am i missing anything here ?

