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
In the admin-settings docs, in the section that describes settings for Docker
Desktop Kubernetes, add a note indicating that if a custom repository is used
for Kubernetes node images, and if Enhanced Container Isolation (ECI) is
enabled, the custom repository images must also be added to the ECI Docker
Socket image list setting.
Signed-off-by: Cesar Talledo <[email protected]>
@@ -195,7 +195,7 @@ The following `admin-settings.json` code and table provides an example of the re
195
195
|`desktopTerminalEnabled`|| If `value` is set to `false`, developers cannot use the Docker terminal to interact with the host machine and execute commands directly from Docker Desktop. ||
196
196
|`exposeDockerAPIOnTCP2375`| Windows only| Exposes the Docker API on a specified port. If `value` is set to true, the Docker API is exposed on port 2375. Note: This is unauthenticated and should only be enabled if protected by suitable firewall rules.||
@@ -241,7 +241,7 @@ The following `admin-settings.json` code and table provides an example of the re
241
241
| `dockerDaemonOptions`|| Overrides the options in the Linux daemon config file. See the [Docker Engine reference](/reference/cli/dockerd/#daemon-configuration-file).||
242
242
243
243
> [!NOTE]
244
-
>
244
+
>
245
245
> This setting is not available to configure via the Docker Admin Console.
246
246
247
247
### Kubernetes
@@ -250,15 +250,24 @@ The following `admin-settings.json` code and table provides an example of the re
|`kubernetes`|| If `enabled` is set to true, a Kubernetes single-node cluster is started when Docker Desktop starts. If `showSystemContainers` is set to true, Kubernetes containers are displayed in the Docker Desktop Dashboard and when you run `docker ps`. `imagesRepository` lets you specify which repository Docker Desktop pulls the Kubernetes images from. For example, `"imagesRepository": "registry-1.docker.io/docker"`. ||
252
252
253
-
### Features in development
253
+
> [!NOTE]
254
+
>
255
+
> When using a custom image repository via the `imagesRepository` setting, and if Enhanced Container Isolation (ECI) is enabled, add the following images to the [ECI Docker socket mount image list](#enhanced-container-isolation):
> The containers based on these images mount the Docker socket, so the images must be added to the ECI images list as otherwise ECI will block the mount and Kubernetes will fail to start.
So as not to disrupt your developers' workflow, Docker doesn't automatically mandate that developers re-launch and re-authenticate once a change has been made.
284
293
285
-
In Docker Desktop, developers see the relevant settings grayed out.
294
+
In Docker Desktop, developers see the relevant settings grayed out.
0 commit comments