From 25ca52df314b37c3567004414a2026ca1753dad9 Mon Sep 17 00:00:00 2001 From: Dorin-Andrei Geman Date: Fri, 10 Oct 2025 12:47:08 +0300 Subject: [PATCH] docs: add docker/model-runner to CLI reference repos (#23536) ## Description Add https://github.com/docker/model-runner to CLI reference repos. ## Related issues or tickets ## Reviews - [ ] Technical review - [ ] Editorial review - [ ] Product review Signed-off-by: Dorin Geman --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e1cef1153c..8e60c4b335 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -115,6 +115,7 @@ update the CLI reference docs, refer to the corresponding repository: - [docker/cli](https://github.com/docker/cli) - [docker/buildx](https://github.com/docker/buildx) - [docker/compose](https://github.com/docker/compose) +- [docker/model-runner](https://github.com/docker/model-runner) Feel free to raise an issue on this repository if you're not sure how to proceed, and we'll help out.