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
Adjust a note regarding Kubernetes custom registry images with ECI.
Docker Desktop 4.44 brings in an improvement that makes a note in the docs no
longer relevant. Re-word that note accordingly. The note will eventually be
removed (say in 6 months once Docker Desktop 4.43 is no longer supported).
Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
Copy file name to clipboardExpand all lines: content/manuals/desktop/features/kubernetes.md
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -214,14 +214,16 @@ The recommended approach to set this up is the following:
214
214
215
215
> [!NOTE]
216
216
>
217
-
> When using `KubernetesImagesRepository` and [Enhanced Container Isolation (ECI)](../../security/for-admins/hardened-desktop/enhanced-container-isolation/_index.md)
217
+
> In Docker Desktop versions 4.43 or earlier: when using `KubernetesImagesRepository` and [Enhanced Container Isolation (ECI)](../../security/for-admins/hardened-desktop/enhanced-container-isolation/_index.md)
218
218
> is enabled, add the following images to the [ECI Docker socket mount image list](../../security/for-admins/hardened-desktop/settings-management/configure-json-file.md#enhanced-container-isolation):
Copy file name to clipboardExpand all lines: content/manuals/security/for-admins/hardened-desktop/settings-management/configure-json-file.md
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -290,12 +290,17 @@ quit and reopened.
290
290
291
291
> [!NOTE]
292
292
>
293
-
> When using the `imagesRepository` setting and Enhanced Container Isolation (ECI), add the following images to the [ECI Docker socket mount image list](#enhanced-container-isolation):
293
+
> In Docker Desktop versions 4.43 or earlier: when using the `imagesRepository`
294
+
> setting and Enhanced Container Isolation (ECI), add the following images to
295
+
> the [ECI Docker socket mount image list](#enhanced-container-isolation):
> These containers mount the Docker socket, so you must add the images to the ECI images list. If not, ECI will block the mount and Kubernetes won't start.
300
+
> These containers mount the Docker socket, so you must add the images to the
301
+
> ECI images list. If not, ECI will block the mount and Kubernetes won't start.
302
+
> This does not apply to Docker Desktop 4.44 or later because it automatically
0 commit comments