Skip to content

Commit 8cbf962

Browse files
author
Tushar
committed
container runtimes support
1 parent a100823 commit 8cbf962

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

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

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

41-
### Container types and supported environments
41+
## Service Fabric support for containers
4242

43-
Service Fabric supports containers on both Linux and Windows, and supports Hyper-V isolation mode on Windows.
43+
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.
44+
45+
Container runtimes supported in ServiceFabric:
46+
- Mirantis Container Runtime
47+
- Moby
4448

4549
#### Docker containers on Linux
4650

@@ -67,14 +71,6 @@ Here are typical examples where a container is a good choice:
6771

6872
* **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.
6973

70-
## Service Fabric support for containers
71-
72-
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.
73-
74-
Container runtimes supported in ServiceFabric:
75-
- Mirantis Container Runtime
76-
- Moby
77-
7874
> [!NOTE]
7975
> 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).
8076

0 commit comments

Comments
 (0)