@@ -67,11 +67,19 @@ See [ECI Docker socket mount permissions](../../desktop/hardened-desktop/enhance
67
67
### Does ECI protect all containers launched with Docker Desktop?
68
68
69
69
Not yet. It protects all containers launched by users via ` docker create ` and
70
- ` docker run ` . In addition, it protects containers implicitly used by ` docker build ` , when
71
- using the [ docker-container build driver] ( ../../build/drivers/_index.md ) .
70
+ ` docker run ` .
72
71
73
- It does not yet protect containers implicitly used by ` docker build ` with the
74
- ` docker ` build driver, nor Docker Desktop Kubernetes pods, Extension containers,
72
+ Prior to Docker Desktop 4.30, it did not protect containers implicitly used by
73
+ ` docker build ` with the ` docker ` build driver (the default driver). Starting
74
+ with Docker Desktop 4.30, it protects such containers, except for Docker Desktop
75
+ on WSL 2 (Windows hosts).
76
+
77
+ Note that ECI always protects containers used by ` docker build ` , when using the
78
+ [ docker-container build driver] ( ../../build/drivers/_index.md ) , since Docker
79
+ Desktop 4.19 and on all supported platforms (Windows with WSL 2 or Hyper-V, Mac,
80
+ and Linux).
81
+
82
+ ECI does not yet protect Docker Desktop Kubernetes pods, Extension containers,
75
83
and [ Dev Environments containers] ( ../../desktop/dev-environments/_index.md ) .
76
84
77
85
### Does ECI protect containers launched prior to enabling ECI?
0 commit comments