Skip to content

Commit c31483a

Browse files
authored
Merge pull request #49820 from rwike77/patch-10
Adding Docker section, updating Next steps
2 parents 7064cd1 + 35923ba commit c31483a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/service-fabric/service-fabric-get-started.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,20 +73,19 @@ Service Fabric uses Windows PowerShell scripts for creating a local development
7373
```powershell
7474
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Force -Scope CurrentUser
7575
```
76+
## Install Docker (optional)
77+
[Service Fabric is a container orchestrator](service-fabric-containers-overview.md) for deploying microservices across a cluster of machines. To run Windows container applications on your local development cluster, you must first install Docker for Windows. Get [Docker CE for Windows (stable)](https://store.docker.com/editions/community/docker-ce-desktop-windows?tab=description). After installing and starting Docker, right-click on the tray icon and select **Switch to Windows containers**. This step is required to run Docker images based on Windows.
7678

7779
## Next steps
7880
Now that you've finished setting up your development environment, start building and running apps.
7981

8082
* [Create your first Service Fabric application in Visual Studio](service-fabric-create-your-first-application-in-visual-studio.md)
8183
* [Learn how to deploy and manage applications on your local cluster](service-fabric-get-started-with-a-local-cluster.md)
82-
* [Prepare a Linux development environment on Windows](service-fabric-local-linux-cluster-windows.md)
8384
* [Learn about the programming models: Reliable Services and Reliable Actors](service-fabric-choose-framework.md)
84-
* [Periodic backup and restore in Azure Service Fabric](service-fabric-backuprestoreservice-quickstart-azurecluster.md)
8585
* [Check out the Service Fabric code samples on GitHub](https://aka.ms/servicefabricsamples)
8686
* [Visualize your cluster by using Service Fabric Explorer](service-fabric-visualizing-your-cluster.md)
8787
* [Follow the Service Fabric learning path to get a broad introduction to the platform](https://azure.microsoft.com/documentation/learning-paths/service-fabric/)
8888
* Learn about [Service Fabric support options](service-fabric-support.md)
89-
* [Automate operating system patching on your Cluster](service-fabric-patch-orchestration-application.md)
9089

9190
[1]: http://azure.microsoft.com/campaigns/service-fabric/ "Service Fabric campaign page"
9291
[2]: http://go.microsoft.com/fwlink/?LinkId=517106 "VS RC"

0 commit comments

Comments
 (0)