You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/service-fabric/service-fabric-containers-overview.md
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,9 +38,13 @@ Compared to virtual machines, containers have the following advantages:
38
38
***Portability**: A containerized application image can be ported to run in the cloud, on premises, inside virtual machines, or directly on physical machines.
39
39
***Resource governance**: A container can limit the physical resources that it can consume on its host.
40
40
41
-
### Container types and supported environments
41
+
##Service Fabric support for containers
42
42
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
44
48
45
49
#### Docker containers on Linux
46
50
@@ -67,14 +71,6 @@ Here are typical examples where a container is a good choice:
67
71
68
72
***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.
69
73
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
-
78
74
> [!NOTE]
79
75
> 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).
0 commit comments