Skip to content

Commit 47026d3

Browse files
authored
Merge pull request #95686 from tugup/tugup/containerruntime
Tugup/containerruntime
2 parents a87cb14 + a1487dd commit 47026d3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/service-fabric/service-fabric-containers-overview.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,13 @@ Compared to virtual machines, containers have the following advantages:
4141
* **Portability**: A containerized application image can be ported to run in the cloud, on premises, inside virtual machines, or directly on physical machines.
4242
* **Resource governance**: A container can limit the physical resources that it can consume on its host.
4343

44-
### Container types and supported environments
44+
## Service Fabric support for containers
45+
46+
Service Fabric supports the deployment of Docker containers on Linux, and Windows Server containers on Windows Server 2016 and later, along with support for Hyper-V isolation mode.
4547

46-
Service Fabric supports containers on both Linux and Windows, and supports Hyper-V isolation mode on Windows.
48+
Container runtimes compatible with ServiceFabric:
49+
- Mirantis Container Runtime
50+
- Moby
4751

4852
#### Docker containers on Linux
4953

@@ -70,10 +74,6 @@ Here are typical examples where a container is a good choice:
7074

7175
* **Reduce impact of "noisy neighbors" services**: You can use the resource governance ability of containers to restrict the resources that a service uses on a host. If services might consume many resources and affect the performance of others (such as a long-running, query-like operation), consider putting these services into containers that have resource governance.
7276

73-
## Service Fabric support for containers
74-
75-
Service Fabric supports the deployment of Docker containers on Linux, and Windows Server containers on Windows Server 2016 and later, along with support for Hyper-V isolation mode.
76-
7777
> [!NOTE]
7878
> A Service Fabric cluster is single tenant by design and hosted applications are considered **trusted**. If you are considering hosting **untrusted applications**, please see [Hosting untrusted applications in a Service Fabric cluster](service-fabric-best-practices-security.md#hosting-untrusted-applications-in-a-service-fabric-cluster).
7979

0 commit comments

Comments
 (0)