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
The image tags are automatically selected by Docker Desktop based on several
152
152
factors, including the version of Kubernetes being used. The tags vary for each image and may change between Docker Desktop releases. To stay informed, monitor the Docker Desktop release notes.
153
153
154
+
> [!NOTE]
155
+
>
156
+
> In Docker Desktop versions 4.44 or later you can run `docker desktop kubernetes images list` to list Kubernetes images used by the currently installed version of Docker Desktop.
157
+
> See the [docker desktop](/reference/cli/docker/desktop/kubernetes/images) CLI reference for more details.
158
+
154
159
To accommodate scenarios where access to Docker Hub is not allowed, admins can
155
160
configure Docker Desktop to pull the above listed images from a different registry (e.g., a mirror)
156
161
using the [KubernetesImagesRepository](/manuals/enterprise/security/hardened-desktop/settings-management/configure-json-file.md#kubernetes) setting as follows.
@@ -176,7 +181,9 @@ also match what Docker Desktop expects.
176
181
The recommended approach to set this up is the following:
177
182
178
183
1. Start Kubernetes using the desired cluster provisioning method: `kubeadm` or `kind`.
179
-
2. Once Kubernetes has started, use `docker ps` to view the container images used by Docker Desktop for the Kubernetes control plane.
184
+
2. After Kubernetes has started, use either:
185
+
-`docker desktop kubernetes images list` to list the image tags that will be pulled by the current Docker Desktop installation (Docker Desktop v4.44+)
186
+
-`docker ps` to view the container images used by Docker Desktop for the Kubernetes control plane
180
187
3. Clone or mirror those images (with matching tags) to your custom registry.
181
188
4. Stop the Kubernetes cluster.
182
189
5. Configure the `KubernetesImagesRepository` setting to point to your custom registry.
0 commit comments