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
Docker Model Runner respects your privacy settings in Docker Desktop. Data collection is controlled by the **Send usage statistics** setting:
142
+
143
+
-**Disabled**: No usage data is collected
144
+
-**Enabled**: Only minimal, non-personal data is collected:
145
+
-[Model names](https://github.com/docker/model-runner/blob/eb76b5defb1a598396f99001a500a30bbbb48f01/pkg/metrics/metrics.go#L96) (via HEAD requests to Docker Hub)
146
+
- User agent information
147
+
- Whether requests originate from the host or containers
148
+
149
+
When using Docker Model Runner with Docker Engine, HEAD requests to Docker Hub are made to track model names, regardless of any settings.
150
+
151
+
No prompt content, responses, or personally identifiable information is ever collected.
152
+
139
153
## Share feedback
140
154
141
155
Thanks for trying out Docker Model Runner. To report bugs or request features, [open an issue on GitHub](https://github.com/docker/model-runner/issues). You can also give feedback through the **Give feedback** link next to the **Enable Docker Model Runner** setting.
0 commit comments