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
<!--Delete sections as needed -->
## Description
<!-- Tell us what you did and why -->
## Related issues or tickets
<!-- Related issues, pull requests, or Jira tickets -->
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
- Added new port binding settings to Docker Desktop. This can also be controlled by administrators via Settings Management using the `admin-settings.json` file.
42
+
- Added a new Docker Model Runner command. With `docker model purge` you can remove all your models.
-[Docker Model Runner v1.0.3](https://github.com/docker/model-runner/releases/tag/v1.0.3)
48
+
-[Docker Model Runner CLI v1.0.0](https://github.com/docker/model-runner/releases/tag/cmd%2Fcli%2Fv1.0.0)
49
+
- Docker MCP plugin `v0.28.0`
50
+
51
+
### Bug fixes and enhancements
52
+
53
+
#### For all platforms
54
+
55
+
- Docker MCP Toolkit improvements:
56
+
- Amazon Q client support
57
+
- OAuth DCR (Dynamic Client Registration) with Docker Engine
58
+
- Create MCP profiles using the CLI
59
+
- Docker Model Runner improvements:
60
+
- You can now skip the `/engines` prefix for [Docker Model Runner's OpenAI API endpoint](/manuals/ai/model-runner/api-reference.md#rest-api-examples)`curl http://localhost:12434/v1/models`.
61
+
- You can now skip the `ai/` prefix for the models [published on Docker Hub with](https://hub.docker.com/u/ai)`docker model pull`.
62
+
- Downloads are now resumed when they get interrupted.
63
+
64
+
#### For Windows
65
+
66
+
- Fixed an issue with Kerberos/NTLM proxy sign in.
0 commit comments