How to build docker images using VS2017

0 votes
I'm using Visual studio and Docker integration, but for some reason I can only build docker images for linux and not for windows. How should I build docker images for windows?
Oct 31, 2018 in DevOps & Agile by Sophie may
• 10,610 points
996 views

2 answers to this question.

0 votes
With Visual Studio 2017, you can target .NET FX using Console or ASP.NET apps with Windows Server Core containers. With the preview channel of Visual Studio 2017 you can now support .NET Core on Windows Nano containers
answered Oct 31, 2018 by Sophie may
• 10,610 points
+1 vote
  1. Open Visual Studio and create a new project.
  2. Select ASP.Net Core Web Application --> Click Next --> Provide project name.
  3. Click Create and then select .
  4. Once the sample project is created, you can visit DockerFile in the solution explorer of the created project.
answered Aug 25, 2020 by Pistle
• 1,000 points

Hello @Pistle

Is there any video link that you could share which helps working with Visual studio2017 & windows container?

Related Questions In DevOps & Agile

0 votes
1 answer

how to deploy docker images to deploy servers using jenkinsfile

Hi, You can do this in multiple ways. ...READ MORE

answered Sep 1, 2020 in DevOps & Agile by MD
• 95,440 points
1,047 views
+2 votes
2 answers

how to set different provisioning profiles for different targets using Xcode Build

For multiple targets, each task has to ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by ajs3033
• 7,300 points

edited Oct 16, 2018 by Kalgi 4,314 views
0 votes
1 answer
0 votes
1 answer

How to restart docker for windows using Powershell?

Try this: $processes = Get-Process "*docker for windows*" if ...READ MORE

answered Oct 23, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points
6,983 views
+2 votes
1 answer
0 votes
2 answers

How to install Docker on Windows Server 2008?

You can install it with "Docker Toolbox ...READ MORE

answered Aug 25, 2020 in DevOps & Agile by Pistle
• 1,000 points
4,420 views
0 votes
2 answers

How does Docker for Windows run Linux containers?

One of the most important enhancements is ...READ MORE

answered Aug 29, 2020 in DevOps & Agile by Pistle
• 1,000 points
780 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP