Skip to content

Commit 3ac35b2

Browse files
authored
Merge pull request #48434 from TylerMSFT/twhitney-tfs1308175-startup
refactoring install docker section
2 parents f9bed8b + eca3c2b commit 3ac35b2

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

articles/service-fabric-mesh/service-fabric-mesh-howto-setup-developer-environment-sdk.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
2-
title: Set up a Windows development environment for Service Fabric Mesh apps | Microsoft Docs
2+
title: Set up a Windows development environment to build Service Fabric Mesh apps | Microsoft Docs
33
description: Set up your Windows development environment so you can create a Service Fabric Mesh application and deploy it to Azure Service Fabric Mesh.
44
services: service-fabric-mesh
55
keywords:
66
author: tylermsft
77
ms.author: twhitney
8-
ms.date: 07/20/2018
8+
ms.date: 08/08/2018
99
ms.topic: get-started-article
1010
ms.service: service-fabric-mesh
11-
manager: timlt
12-
#Customer intent: As a developer, I need to prepare install the prerequisites to enable service fabric mesh development in visual studio.
11+
manager: JeanPaul.Connock
12+
#Customer intent: As a developer, I need to install the prerequisites to enable service fabric mesh development in visual studio.
1313
---
1414

15-
# Set up your Windows development environment to build Service Fabric applications
15+
# Set up your Windows development environment to build Service Fabric Mesh apps
1616

17-
To build and run Azure Service Fabric apps on your Windows development machine, install the Service Fabric runtime, SDK, and tools.
17+
To build and run Azure Service Fabric Mesh applications on your Windows development machine, install the Service Fabric Mesh runtime, SDK, and tools.
1818

1919
[!INCLUDE [preview note](./includes/include-preview-note.md)]
2020

@@ -27,28 +27,30 @@ The following operating system versions are supported for development:
2727

2828
## Visual Studio
2929

30-
Visual Studio 2017 is required to deploy Service Fabric apps. [Install version 15.6.0][download-visual-studio] or greater and enable the following workloads:
30+
Visual Studio 2017 is required to deploy Service Fabric Mesh applications. [Install version 15.6.0][download-visual-studio] or greater and enable the following workloads:
3131

32-
- ASP.NET and web development
33-
- Azure Development
34-
35-
## Windows 10 - Install Docker
32+
* ASP.NET and web development
33+
* Azure Development
34+
35+
## Install Docker
36+
37+
#### Windows 10
3638

3739
Download and install the latest version of [Docker Community Edition for Windows][download-docker] to support the containerized Service Fabric apps used by Service Fabric Mesh.
3840

39-
During installation, select **Use Windows containers instead of Linux containers** when asked. If Hyper-V is not enabled on your machine, the Docker install will offer to enable it. Click **OK** to do so if prompted.
41+
During installation, select **Use Windows containers instead of Linux containers** when asked.
4042

41-
## Windows Server 2016 - Install Hyper-V and Docker
43+
If Hyper-V is not enabled on your machine, Docker's installer will offer to enable it. Click **OK** to do so if prompted.
4244

43-
**Install Hyper-V**
45+
#### Windows Server 2016
4446

45-
First, open PowerShell as an administrator and run the following command to install Hyper-V and restart your computer. For more information, see [Docker Enterprise Edition for Windows Server][download-docker-server].
47+
If you don't have the Hyper-V role enabled, open PowerShell as an administrator and run the following command to enable Hyper-V, and then restart your computer. For more information, see [Docker Enterprise Edition for Windows Server][download-docker-server].
4648

4749
```powershell
4850
Install-WindowsFeature -Name Hyper-V -IncludeManagementTools
4951
```
5052

51-
**Install Docker**
53+
Restart your computer.
5254

5355
Open PowerShell as an administrator and run the following commands to install Docker:
5456

@@ -58,8 +60,6 @@ Install-Package Docker -ProviderName DockerMsftProvider -Force
5860
Install-WindowsFeature Containers
5961
```
6062

61-
Restart your computer.
62-
6363
## SDK and tools
6464

6565
Install the Service Fabric Mesh runtime, SDK, and tools in the following order.

0 commit comments

Comments
 (0)