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
| Percentage of org with extensions installed | The percentage of users in your organization with at least one Docker Desktop extension installed. |
151
153
| Top 5 extensions installed in the organization | A list of the top 5 Docker Desktop extensions installed by users in your organization and the number of users who have installed each extension. |
152
154
155
+
## Export Docker Desktop user data
156
+
157
+
You can export Docker Desktop user data as a CSV file:
158
+
159
+
1. Open [Docker Home](https://app.docker.com) and select your organization
160
+
on the **Choose profile** page.
161
+
1. Select **Admin Console** in the left-hand navigation menu.
162
+
1. Select **Desktop insights**.
163
+
1. Choose a timeframe for your insights data: **1 Week**, **1 Month**, or
164
+
**3 Months**.
165
+
1. Select **Export** and choose **Docker Desktop users** from the drop-down.
166
+
167
+
Your export will automatically download. Open the file to view
168
+
the export data.
169
+
170
+
### Understanding export data
171
+
172
+
A Docker Desktop user export file contains the following data points:
173
+
174
+
- Name: User's name
175
+
- Username: User's Docker ID
176
+
- Email: User's email address associated with their Docker ID
177
+
- Type: User type
178
+
- Role: User [role](/manuals/security/for-admins/roles-and-permissions.md)
179
+
- Teams: Team(s) within your organization the user is a
180
+
member of
181
+
- Date Joined: The date the user joined your organization
182
+
- Last Logged-In Date: The last date the user logged into Docker using
183
+
their web browser (this include Docker Hub and Docker Home)
184
+
- Docker Desktop Version: The version of Docker Desktop the user has
185
+
installed
186
+
- Last Seen Date: The last date the user used the Docker Desktop application
187
+
- Opted Out Analytics: Whether the user has opted out of the
188
+
[Send usage statistics](/manuals/security/for-admins/hardened-desktop/settings-management/settings-reference.md#send-usage-statistics) setting in Docker Desktop
153
189
154
190
## Troubleshoot Insights
155
191
156
192
If you’re experiencing issues with data in Insights, consider the following
157
193
solutions to resolve common problems.
158
194
159
-
* Update users to the latest version of Docker Desktop.
195
+
- Update users to the latest version of Docker Desktop.
160
196
161
197
Data is not shown for users using versions 4.16 or lower of Docker Desktop.
162
198
In addition, older versions may not provide all data. Ensure all users have
163
199
installed the latest version of Docker Desktop.
164
200
165
-
* Enable **Send usage statistics** in Docker Desktop for all your users.
201
+
- Enable **Send usage statistics** in Docker Desktop for all your users.
166
202
167
203
If users have opted out of sending usage statistics for Docker Desktop, then
168
204
their usage data will not be a part of Insights. To manage the setting at
169
205
scale for all your users, you can use [Settings
170
206
Management](/desktop/hardened-desktop/settings-management/) and enable the
171
207
`analyticsEnabled` setting.
172
208
173
-
* Ensure that users are using Docker Desktop and aren't using the standalone
209
+
- Ensure that users are using Docker Desktop and aren't using the standalone
174
210
version of Docker Engine.
175
211
176
212
Only Docker Desktop can provide data for Insights. If a user installs and
177
213
uses Docker Engine outside of Docker Desktop, Docker Engine won't provide
178
214
data for that user.
179
215
180
-
* Ensure that users are signing in to an account associated with your
216
+
- Ensure that users are signing in to an account associated with your
181
217
organization.
182
218
183
219
Users who don’t sign in to an account associated with your organization are
0 commit comments