I have installed the Docker for Windows in my "Windows 10 Pro" machine and it's currently running.
I have created a sample .net core MVC app called "ABC". Then right clicked on the project, click Add --> Docker Support. Then I selected the target OS as 'Linux' and clicked OK.
Now I'm trying to run the project (Ctrl + F5) but it is returning below error.
CTC1003 Visual Studio container tools require Docker to be running.
Note that a similar problem is listed here (How to get docker toolbox to work with .net core 2.0 project) But in my case, I am using "Docker for Windows" not "Docker Toolbox". Also, my computer is running Hyper-V. So the solutions listed in the above question does not work for me.