## Description
The description header for docker-compose 2.37.2 is mislabeled as
2.37.1, resulting in duplicate headings.
Corrects the header to match the release version.
## Reviews
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
<!--Delete sections as needed -->
## Description
<!-- Tell us what you did and why -->
## Related issues or tickets
Relates to this code changes in
https://github.com/docker/pinata/pull/34220 and
https://github.com/docker/pinata/pull/34955. This PR updates the docs to
reflect the new behaviour.
<!-- Related issues, pull requests, or Jira tickets -->
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [X] Technical review
- [X] Editorial review
- [ ] Product review
<!--Delete sections as needed -->
## Description
This change updates permission requirements for Docker Desktop on
Windows. It should explain that membership of the `docker-users` group
is no longer required for running Docker Desktop, unless the privileged
helper service is required.
<!-- 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
---------
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
<!--Delete sections as needed -->
## Description
The flow for Desktop auth has changed and follows some redirects to
auth.docker.com
## 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
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
<!--Delete sections as needed -->
## Description
Added DHI and Cloud to labeler and codeowners.
Removed some outdated directories from codeowners.
## Related issues or tickets
<!-- Related issues, pull requests, or Jira tickets -->
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Editorial review
Signed-off-by: Craig <craig.osterhout@docker.com>
<!--Delete sections as needed -->
## Description
There is a small typo in
[best-practices.md](https://github.com/docker/docs/blob/main/content/manuals/build/building/best-practices.md)
the version is stated wrong `3.19.4` it should be this `3.21.4` instead.
## Related issues or tickets
solves #22772
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
This PR introduces a new CI pipeline using Azure Pipelines to automate
the process of building and pushing Docker images to Docker Hub.
---------
Co-authored-by: Julien Maitrehenry <julien.maitrehenry@me.com>
<!--Delete sections as needed -->
## Description
Inline images have large margins.
Example: https://docs.docker.com/desktop/setup/vm-vdi/#use-docker-cloud.
This classifies inline images as not prose to not tack on the extra
margin since it's inline.
Fixed example:
https://deploy-preview-22835--docsdocker.netlify.app/desktop/setup/vm-vdi/#use-docker-cloud
## Related issues or tickets
<!-- Related issues, pull requests, or Jira tickets -->
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Editorial review
Signed-off-by: Craig <craig.osterhout@docker.com>
Add a note about contacting the sales team for more info to make it
clear this is a separate SKU.
<!--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
## Description
- Update Contribute `links.md` to verify that internal and external
links open in the same tab.
- Remove "open in new" tab icon
## Related issues or tickets
https://docker.atlassian.net/browse/ENGDOCS-2717
## Reviews
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
## Description
- Introduced a new section on publishing models, including tagging and
pushing to Docker Hub.
- Added examples for tagging existing models and packaging GGUF format
models as OCI Artifacts.
- Clarified that the functionality supports any Container Registry
compatible with OCI Artifacts.
---------
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
Co-authored-by: aevesdocker <allie.sadler@docker.com>
<!--Delete sections as needed -->
## Description
- Added new redirect for GUI to explain Docker Cloud GPU.
(/go/docker-cloud-gpu/)
Currently pointing at the only page that references Docker Cloud to
avoid a 404 in pre-release product. Will change the page once docs are
ready for the feature.
## Related issues or tickets
ENGDOCS-2714
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Editorial review
Signed-off-by: Craig <craig.osterhout@docker.com>
If you run two instanced of `containerd` one being used by the standalone `buildkitd.exe` and another one being managed by `dockerd.exe`, you end up with some conflicts and errors like:
```
hcsshim::ImportLayer failed in Win32: Cannot create a file when that file already exists. (0xb7)
```
This fix adds a note to guide the user to use only one instance of `containerd` instead, if for this purpose.