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/manuals/desktop/settings-and-maintenance/settings.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -519,3 +519,15 @@ On Mac, you can reconfigure your initial installation settings on the **Advance
519
519
-**Allow privileged port mapping (Requires password)**. Starts the privileged helper process which binds the ports that are between 1 and 1024. For more information, see [permission requirements for macOS](/manuals/desktop/setup/install/mac-permission-requirements.md#binding-privileged-ports).
520
520
521
521
For more information on each configuration and use case, see [Permission requirements](/manuals/desktop/setup/install/mac-permission-requirements.md).
522
+
523
+
## Docker Offload
524
+
525
+
When signed in with a Docker account that has access to [Docker Offload](../../offload/_index.md), you can manage your
526
+
Offload settings from the **Docker Offload** tab.
527
+
528
+
Use the **Docker Offload** tab to:
529
+
530
+
- Toggle **Enable Docker Offload**. When enabled, you can start Offload sessions.
531
+
- Select **Idle timeout**. This is the duration of time between no activity and Docker Offload entering idle mode.For
532
+
details about idle timeout, see [Active and idle states](../../offload/configuration.md#understand-active-and-idle-states)
533
+
- Check **Enable GPU support**. When enabled, workloads can use cloud GPU if available.
-**Description:** Enable Docker Offload integration features and functionality. When enabled, users see the Docker Offload toggle in the Docker Desktop header.
910
910
-**OS:** {{< badge color=blue text="All" >}}
911
-
-**Use case:** Offload building and running containers to the cloud.
911
+
-**Use case:**Control Docker Offload availability and whether users can change the setting.
912
912
-**Configure this setting with:**
913
-
-**Beta** settings in [Docker Desktop GUI](/manuals/desktop/settings-and-maintenance/settings.md)
913
+
-**Docker Offload** settings in [Docker Desktop GUI](/manuals/desktop/settings-and-maintenance/settings.md)
914
914
- Settings Management: `enableCloud` setting in the [`admin-settings.json` file](/manuals/enterprise/security/hardened-desktop/settings-management/configure-json-file.md)
915
-
- Settings Management: **Enable Docker Cloud** setting in the [Admin Console](/manuals/enterprise/security/hardened-desktop/settings-management/configure-admin-console.md)
915
+
- Settings Management: **Enable Docker Offload** setting in the [Admin Console](/manuals/enterprise/security/hardened-desktop/settings-management/configure-admin-console.md)
916
+
917
+
#### Enable Docker Offload GPU Support
918
+
919
+
| Default value | Accepted values | Format |
920
+
|---------------|-----------------|----------|
921
+
|`false`|`true`, `false`| Boolean |
922
+
923
+
-**Description:** Enable GPU support for Docker Offload features.
924
+
-**OS:** {{< badge color=blue text="All" >}}
925
+
-**Use case:** Enable GPU-accelerated workloads in Docker Offload.
926
+
-**Configure this setting with:**
927
+
-**Docker Offload** settings in [Docker Desktop GUI](/manuals/desktop/settings-and-maintenance/settings.md)
928
+
- Settings Management: `enableCloudGPUSupport` setting in the [`admin-settings.json` file](/manuals/enterprise/security/hardened-desktop/settings-management/configure-json-file.md)
929
+
- Settings Management: **Enable Docker Offload GPU Support** setting in the [Admin Console](/manuals/enterprise/security/hardened-desktop/settings-management/configure-admin-console.md)
930
+
931
+
> [!NOTE]
932
+
>
933
+
> This setting requires Docker Offload to be enabled first and is only available when GPU support capability is enabled
934
+
> for the organization.
916
935
917
936
### Enable Wasm
918
937
@@ -1046,17 +1065,6 @@ you relax this in a controlled way. See ECI Configuration for more info.
1046
1065
1047
1066
The following settings aren’t shown in the Docker Desktop GUI. You can only configure them using Settings Management with the Admin Console or the `admin-settings.json` file.
1048
1067
1049
-
### Enable Docker Cloud GPU Support
1050
-
1051
-
| Default value | Accepted values | Format |
1052
-
|---------------|-----------------|----------|
1053
-
|`true`|`true`, `false`| Boolean |
1054
-
1055
-
-**Description:** Enable GPU support for Docker Cloud features.
1056
-
-**OS:** {{< badge color=blue text="All" >}}
1057
-
-**Configure this setting with:**
1058
-
- Settings Management: **Enable Docker Cloud GPU Support** setting in the [Admin Console](/manuals/enterprise/security/hardened-desktop/settings-management/configure-admin-console.md
0 commit comments