-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
feat: update 4.36 release notes #21341
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 site configuration. |
- Moved Settings button to the sidebar. | ||
- Added a recovery banner to retry update if download failed | ||
- Fixed an issue where there would be a filesystem error if the umask is set to 577 causing rpmbuild failure. Fixes [docker/for-mac](https://github.com/docker/for-mac/issues/6511). | ||
- Fixed a bug that caused ports open on the host to 18 for containers started with `--network=host`. |
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.
Is there a corresponding issue/PR for this that I can check, not sure what the intention is with this current phrasing
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.
50b45cc
to
e98f2b8
Compare
e98f2b8
to
0d6e37d
Compare
Signed-off-by: Lorena Rangel <[email protected]>
0d6e37d
to
7a52e62
Compare
- Fixed bind mount ownership for non-root containers. Fixes [docker/for-mac#6243](https://github.com/docker/for-mac/issues/6243). | ||
|
||
#### For Mac | ||
|
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 Docker VMM that prevented MySQL and other databases containers to start. Fixes reports from [docker/for-mac#7464](https://github.com/docker/for-mac/issues/7464). |
#### For Mac | ||
|
||
- Fixed a bug where the advanced option **Allowed privileged port mapping** was not working as expected. Fixes [docker/for-mac#7460](https://github.com/docker/for-mac/issues/7460). | ||
- Docker Desktop CLI now supports CLI completion. |
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.
I think this is too broad. The implementation allows users to "install" the CLI completions automatically for their default shell. This is what I wrote on the original PR https://github.com/docker/pinata/pull/29180
Docker Desktop can now automatically configure shell completion scripts for zsh, bash and fish inside the install wizard and settings screen for macOs users.
Description
Related issues or tickets
Reviews