Skip to content

Commit d7b942c

Browse files
authored
Merge pull request #23972 from doringeman/dmr-data-collection
docs(model-runner): add privacy and data collection section
2 parents f482b78 + 0e061e4 commit d7b942c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

content/manuals/ai/model-runner/_index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,20 @@ $ ln -s /Applications/Docker.app/Contents/Resources/cli-plugins/docker-model ~/.
136136

137137
Once linked, rerun the command.
138138

139+
## Privacy and data collection
140+
141+
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+
139153
## Share feedback
140154

141155
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

Comments
 (0)