-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Docker Desktop 4.42.x release notes #22708
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Signed-off-by: Lorena Rangel <[email protected]>
86c81c2
to
49b5351
Compare
- The **Models** section in the **Dashboard** now has a Docker Hub tab that lists models under the `ai` namespace. | ||
- Improved the Sign-In Enforcement message when more than 10 organizations are enforced. | ||
- Changed the way ports are mapped by Docker Desktop to fully support IPv6 ports. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Fixed a bug in the Dashboard container logs screen causing the scrollbar to disappear as the mouse approaches. | |
We've had a decent number of complaints about this bug in the feedback, but I haven't seen any on github.
(We attempted to include this note in https://github.com/docker/pinata/pull/34611 but I'm guessing it got filtered out because the wording didn't make it sound interesting?)
@@ -29,6 +29,64 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo | |||
> | |||
> If you're experiencing malware detection issues on Mac, follow the steps documented in [docker/for-mac#7527](https://github.com/docker/for-mac/issues/7527). | |||
|
|||
## 4.41.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be 4.42.0
- [Docker Scout CLI v1.18.0](https://github.com/docker/scout-cli/releases/tag/v1.18.0) | ||
|
||
### Bug fixes and enhancements | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add:
- [Enforced sign-in] (https://docs.docker.com/security/for-admins/enforce-sign-in/) fixed for Teams subscription users
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add note about enforced sign in bug fix
#### For all platforms | ||
|
||
- Docker Desktop now accepts certificates with negative serial number. | ||
- Re-enable `seccomp` for containers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Re-enable `seccomp` for containers | |
- Re-enable `seccomp` for containers by default. Use `docker run --security-opt seccomp=unconfined` to disable seccomp for a container. |
(in case it causes a problem, this would be a workaround)
Description
Related issues or tickets
Reviews