@@ -13,6 +13,7 @@ product, including how to set up and configure them, see the following manuals:
13
13
14
14
- [ Docker Desktop] ( ../../desktop/_index.md )
15
15
- [ Docker Hub] ( ../../docker-hub/_index.md )
16
+ - [ Docker Offload] ( /manuals/offload/_index.md )
16
17
- [ Docker Build Cloud] ( ../../build-cloud/_index.md )
17
18
- [ Docker Scout] ( ../../scout/_index.md )
18
19
- [ Testcontainers Cloud] ( https://testcontainers.com/cloud/docs/#getting-started )
@@ -48,21 +49,77 @@ To manage Docker Hub access, sign in to
48
49
or [ Image Access Management] ( /manuals/enterprise/security/hardened-desktop/image-access-management.md ) .
49
50
50
51
{{< /tab >}}
51
- {{< tab name="Docker Build Cloud " >}}
52
+ {{< tab name="Docker Offload " >}}
52
53
53
- ### Manage Docker Build Cloud access
54
+ > [ !NOTE]
55
+ >
56
+ > Docker Build Cloud settings are now bundled under the Docker Offload product.
57
+ To learn more about Docker Offload, see [ Docker Offload] ( /manuals/offload/_index.md ) .
54
58
55
- To initially set up and configure Docker Build Cloud, sign in to
56
- [ Docker Build Cloud] ( https://app.docker.com/build ) and follow the
57
- on-screen instructions.
59
+ ### Enable Docker Offload
60
+
61
+ Enabling Docker Offload enables the feature for all members of your
62
+ organization. Docker Offload is enabled by default.
63
+
64
+ To enable Docker Offload:
65
+
66
+ 1 . Sign in to [ Docker Home] ( http://app.docker.com/ ) as an
67
+ organization owner.
68
+ 1 . Select ** Admin Console** > ** Offload access** .
69
+ 1 . In the ** Configuration** drop-down, select ** Enabled** .
70
+ 1 . Select ** Save** .
71
+
72
+ ### Disable Docker Offload
73
+
74
+ Disabling Docker Offload removes the ability for your organization members or
75
+ CI/CD pipelines to use offload resources or consume offload minutes.
76
+
77
+ To disable Docker Offload:
78
+
79
+ 1 . Sign in to [ Docker Home] ( http://app.docker.com/ ) as an
80
+ organization owner.
81
+ 1 . Select ** Admin Console** > ** Offload access** .
82
+ 1 . In the ** Configuration** drop-down, select ** Disabled** .
83
+ 1 . Select ** Save** .
84
+
85
+ ### Configure GPU access for Docker Offload
58
86
59
- To manage Docker Build Cloud access:
87
+ GPU access allows developers to use Run Docker Model Runner, MCP tools,
88
+ or other GPU accelerated containers when using cloud mode.
60
89
61
- 1 . Sign in to [ Docker Build Cloud] ( http://app.docker.com/build ) as an
90
+ To configure GPU access:
91
+
92
+ 1 . Sign in to [ Docker Home] ( http://app.docker.com/ ) as an
93
+ organization owner.
94
+ 1 . Select ** Admin Console** > ** Offload access** .
95
+ 1 . Use the ** Allow GPU access** checkbox to toggle the feature on or off.
96
+ 1 . Select ** Save** .
97
+
98
+ ### Lock Docker Build Cloud
99
+
100
+ Locking access to Docker Build Cloud removes the ability for anybody in your
101
+ organization to utilize any cloud builders or consume build minutes.
102
+
103
+ To lock Docker Build Cloud:
104
+
105
+ 1 . Sign in to [ Docker Home] ( http://app.docker.com/ ) as an
62
106
organization owner.
63
- 1 . Select ** Account settings** .
107
+ 1 . Select ** Offload ** > ** Account settings** .
64
108
1 . Select ** Lock access to Docker Build Account** .
65
109
110
+ ### Purge cloud data
111
+
112
+ You can permanently delete all build-related data from your
113
+ Docker Build Cloud account. This action removes build history, build details,
114
+ usage data, and the build cache.
115
+
116
+ To purge cloud data:
117
+
118
+ 1 . Sign in to [ Docker Home] ( http://app.docker.com/ ) as an
119
+ organization owner.
120
+ 1 . Select ** Offload** > ** Account settings** .
121
+ 1 . Select ** Purge cloud data** .
122
+
66
123
{{< /tab >}}
67
124
{{< tab name="Docker Scout" >}}
68
125
0 commit comments