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
<!--Delete sections as needed -->
## Description
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.
## Related issues or tickets
https://docker.atlassian.net/browse/POS-2924https://docker.atlassian.net/browse/SEG-1102
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Technical review
- [X] Editorial review
- [ ] Product review
---------
Signed-off-by: Cesar Talledo <[email protected]>
Co-authored-by: Sarah Sanders <[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 the `imagesRepository` setting and Enhanced Container Isolation (ECI), add the following images to 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.
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