diff --git a/content/manuals/security/for-admins/hardened-desktop/settings-management/_index.md b/content/manuals/security/for-admins/hardened-desktop/settings-management/_index.md index a4c45ba25bd4..bea9a3883877 100644 --- a/content/manuals/security/for-admins/hardened-desktop/settings-management/_index.md +++ b/content/manuals/security/for-admins/hardened-desktop/settings-management/_index.md @@ -74,8 +74,6 @@ Enforced settings appear grayed out in Docker Desktop. They can't be edited via In addition, if Enhanced Container Isolation is enforced, developers can't use privileged containers or similar techniques to modify enforced settings within the Docker Desktop Linux VM. For example, they can't reconfigure proxy and networking, or Docker Engine. -![Proxy settings grayed out](/assets/images/grayed-setting.png) - ## What's next? - [Configure Settings Management with a `.json` file](configure-json-file.md) diff --git a/content/manuals/security/for-admins/hardened-desktop/settings-management/configure-json-file.md b/content/manuals/security/for-admins/hardened-desktop/settings-management/configure-json-file.md index 009b21e0b9f7..db391e0b58eb 100644 --- a/content/manuals/security/for-admins/hardened-desktop/settings-management/configure-json-file.md +++ b/content/manuals/security/for-admins/hardened-desktop/settings-management/configure-json-file.md @@ -282,6 +282,4 @@ For settings to take effect: 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. -In Docker Desktop, developers see the relevant settings grayed out and the message **Locked by your administrator**. - -![Proxy settings grayed out with Settings Management](/assets/images/grayed-setting.png) +In Docker Desktop, developers see the relevant settings grayed out. \ No newline at end of file diff --git a/static/assets/images/grayed-setting.png b/static/assets/images/grayed-setting.png deleted file mode 100644 index 3f1331471b0c..000000000000 Binary files a/static/assets/images/grayed-setting.png and /dev/null differ