microsoft / service-fabric

Service Fabric is a distributed systems platform for packaging, deploying, and managing stateless and stateful distributed applications and containers at large scale.
https://docs.microsoft.com/en-us/azure/service-fabric/
MIT License
3.01k stars 399 forks source link

Service Fabric - Docker Installation ordering #799

Open nareshkhatri81 opened 6 years ago

nareshkhatri81 commented 6 years ago

Hi Team,

what is ordering of installing SF with Docker. is below ordering is fine ? 1-2-3 or we go ahead with 1-3-2.

  1. Enable Container Feature in all Nodes in Cluster. Run below PowerShell command. $null = Install-WindowsFeature containers

  2. Install and Configure Docker in all Nodes - Refer online for latest instructions. https://docs.microsoft.com/en-us/virtualization/windowscontainers/manage-docker/configure-docker-daemon

  3. Install Service Fabric Runtime. Follow instructions at below link https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-cluster-creation-for-windows-server#download-the-service-fabric-for-windows-server-package.

Thanks, Naresh khatri

MathijsHofkens commented 6 years ago

I installed like you said before and it is working. But I would like this also to be confirmed as way to go.

nareshkhatri81 commented 6 years ago

We also would like to know which version of docker is compatible with SF. As service fabric uses docker API to start/stop containers which version of docker we should install it on our server.

nareshkhatri81 commented 6 years ago

@RajeetN @xunlu There are no instructions of ordering or which version of docker SF supports.