<!--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>
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.
<!--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
<!--Delete sections as needed -->
## Description
Fixes Compose Bridge CLI docs not displaying and updates the docs to the
new commands
## 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
While I am *also* having Resource Saver problems on Mac OS, this
specific link is for Windows.
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Technical review
- [x] Editorial review
- [ ] Product review
My IDE didn't like it being wrapped; probably didn't have an actual
impact though, as browsers are quite forgiving.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>