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
Copy file name to clipboardExpand all lines: content/desktop/hardened-desktop/settings-management/configure.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,7 +194,7 @@ The following `admin-settings.json` code and table provides an example of the re
194
194
|`disableUpdate`||If `value` is set to true, checking for and notifications about Docker Desktop updates is disabled.|
195
195
|`analyticsEnabled`||If `value` is set to false, Docker Desktop doesn't send usage statistics to Docker. |
196
196
|`extensionsEnabled`||If `value` is set to false, Docker extensions are disabled. |
197
-
|`scout`|| Setting `useBackgroundIndexing` to `false` disables automatic indexing of images loaded to the image store. Setting `sbomIndexing` to `false` prevents the manual indexing triggered by inspecting an image in Docker Desktop.<br><br>**Note**: Users can still use the `docker scout` CLI commands to index images, even if indexing is disabled in Settings Management. |
197
+
|`scout`|| Setting `useBackgroundIndexing` to `false` disables automatic indexing of images loaded to the image store. Setting `sbomIndexing` to `false` prevents users from being able to index image by inspecting them in Docker Desktop or using `docker scout` CLI commands. |
198
198
|`allowExperimentalFeatures`|| If `value` is set to `false`, experimental features are disabled.|
199
199
|`allowBetaFeatures`|| If `value` is set to `false`, beta features are disabled.|
200
200
|`blockDockerLoad`|| If `value` is set to `true`, users are no longer able to run [`docker load`](/reference/cli/docker/image/load/) and receive an error if they try to.|
0 commit comments