From de37c04866950f4da74b79c03c714f4d9f1a3ef6 Mon Sep 17 00:00:00 2001 From: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Date: Wed, 6 Aug 2025 11:13:24 +0100 Subject: [PATCH] k8s registry note (#23205) ## Description Replaces https://github.com/docker/docs/pull/23037 as there were waaaaay too many conflicts to pick through due to whole sections of content being moved ## Related issues or tickets ## Reviews - [ ] Technical review - [ ] Editorial review - [ ] Product review --- content/manuals/desktop/features/kubernetes.md | 6 +++--- .../settings-management/configure-json-file.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/manuals/desktop/features/kubernetes.md b/content/manuals/desktop/features/kubernetes.md index 0be5c1d0cc..22b18094b2 100644 --- a/content/manuals/desktop/features/kubernetes.md +++ b/content/manuals/desktop/features/kubernetes.md @@ -214,11 +214,11 @@ The recommended approach to set this up is the following: > [!NOTE] > -> When using `KubernetesImagesRepository` and [Enhanced Container Isolation (ECI)](/manuals/enterprise/security/hardened-desktop/enhanced-container-isolation/_index.md) +> In Docker Desktop versions 4.43 or earlier, when using `KubernetesImagesRepository` and [Enhanced Container Isolation (ECI)](/manuals/enterprise/security/hardened-desktop/enhanced-container-isolation/_index.md) > is enabled, add the following images to the [ECI Docker socket mount image list](/manuals/enterprise/security/hardened-desktop/settings-management/configure-json-file.md#enhanced-container-isolation): > -> * [imagesRepository]/desktop-cloud-provider-kind:* -> * [imagesRepository]/desktop-containerd-registry-mirror:* +> `[imagesRepository]/desktop-cloud-provider-kind:` +> `[imagesRepository]/desktop-containerd-registry-mirror:` > > 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. diff --git a/content/manuals/enterprise/security/hardened-desktop/settings-management/configure-json-file.md b/content/manuals/enterprise/security/hardened-desktop/settings-management/configure-json-file.md index 1bf0b7871e..ea2ae121f0 100644 --- a/content/manuals/enterprise/security/hardened-desktop/settings-management/configure-json-file.md +++ b/content/manuals/enterprise/security/hardened-desktop/settings-management/configure-json-file.md @@ -291,10 +291,10 @@ quit and reopened. > [!NOTE] > -> 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): +> In Docker Desktop versions 4.43 or earlier, 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): > -> * [imagesRepository]/desktop-cloud-provider-kind:* -> * [imagesRepository]/desktop-containerd-registry-mirror:* +> `[imagesRepository]/desktop-cloud-provider-kind:` +> `[imagesRepository]/desktop-containerd-registry-mirror:` > > 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.