Commit Graph

64939 Commits

Author SHA1 Message Date
Craig Osterhout 2fd4bb7117
styles: fix inline images (#22835)
<!--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>
2025-06-13 12:29:47 -07:00
Bokyeom a3206685a4
Fix https to http in localhost URL (#22418)
## Description
Fixed the protocol from `https` to `http` for localhost access.
2025-06-12 15:44:43 -07:00
sheltongraves 8b7bde075a
Update access.md (#22807)
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
2025-06-12 15:43:28 -07:00
Sebastiaan van Stijn eb647ac635
Merge pull request #22829 from crazy-max/validate-vendor
validate vendor target
2025-06-12 17:43:13 +02:00
CrazyMax c061651d40
Merge pull request #22816 from profnandaa/patch-1
buildkit: windows: add a note for managed containerd process
2025-06-12 11:37:04 +02:00
CrazyMax 77ea1f9bc3
validate vendor target
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-06-12 11:32:59 +02:00
Usha Mandya 38d5e30fbd
Merge pull request #22823 from doringeman/model-cli-docs
vendor: revert model-cli commands that are not part of v0.1.24
2025-06-12 10:32:02 +01:00
Usha Mandya fc6d7a28b4
Merge pull request #22824 from sarahsanders-docker/disk-allocation
build-cloud: add build cache space
2025-06-12 09:43:34 +01:00
Usha Mandya bf04de84fa
Merge pull request #22826 from kiview/dmr-key-features
docs: add GGUF packaging feature to DMR key feature section
2025-06-12 09:36:04 +01:00
Kevin Wittek e62de74623 docs: add GGUF packaging feature to DMR key feature section 2025-06-12 07:36:48 +02:00
sarahsanders-docker 8b0899066a add build cache space section to build cloud docs 2025-06-11 15:10:37 -04:00
Dorin Geman 7655594deb
revert model-cli commands that are not part of v0.1.24
Signed-off-by: Dorin Geman <dorin.geman@docker.com>
2025-06-11 20:01:27 +03:00
Sarah Sanders d50fe6664f
fix: open in new tab for links (#22820)
## 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
2025-06-11 12:36:53 -04:00
Kevin Wittek 7a31d0c3ed
docs: add model publishing instructions to the Docker Model Runner docs (#22819)
## 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>
2025-06-11 15:29:06 +01:00
Sarah Sanders edd8605f4b
security: update SCIM docs for Azure OIDC (#22771)
## Description
- Adds section to SCIM docs for Entra ID/Azure OIDC
- Adds testing section to SCIM doc
- Adds troubleshooting guide for provisioning
- Fixes numbers to 1,1,1 format
- Ignore vale

## Related issues or tickets
https://docker.atlassian.net/browse/ENGDOCS-2648

## Reviews
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

---------

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
2025-06-11 09:59:33 -04:00
Sebastiaan van Stijn 73b3fa95b3
Merge pull request #22726 from vvoland/docker-28.2.2
engine: 28.2.2
2025-06-11 11:13:10 +02:00
Craig Osterhout 27fcf421b1
cloud: add redirect (#22812)
<!--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>
2025-06-10 13:57:18 -07:00
Anthony Nandaa b64e6dbb77 buildkit: windows: add a note for managed containerd process
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.
2025-06-10 20:06:37 +03:00
Sarah Sanders 52ac8235de
admin: add new activity log events (#22805)
## Description
- New SSO and provisioning events for activity logs

## Related issues or tickets
https://docker.atlassian.net/browse/ENGDOCS-2689

## Reviews
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-06-10 10:41:58 -04:00
Allie Sadler 22fe4d28c1
chore: move dev box page (#22810)
<!--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
2025-06-10 08:05:05 +01:00
Allie Sadler 521f328b86
ENGDOCS-2709 (#22799)
<!--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
2025-06-10 08:04:55 +01:00
Niklas 27a9303e96
Update release-notes 4.42 link text to Resource Saver issue (#22809)
## 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
2025-06-09 09:20:32 +01:00
Allie Sadler d57b9282b8
Merge pull request #22745 from aevesdocker/ENGDOCS-2680
desktop: ms store deploy
2025-06-06 16:09:35 +01:00
Sarah Sanders 859afee84e
chore: add blog post to learn more section of settings management (#22792)
## Description
- Request from Product and Marketing, add blog post under "Learn more"
heading for Settings Management guide

## Related issues or tickets
https://docker.atlassian.net/browse/ENGDOCS-2697

## Reviews
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-06-06 09:24:43 -04:00
Sarah Sanders 677533d169
Merge pull request #22775 from sarahsanders-docker/billing-remove-plan
chore: remove plan from docs
2025-06-06 09:24:17 -04:00
Sebastiaan van Stijn a63c29c4cd
Merge pull request #22803 from thaJeztah/fmt_layout
layouts: fix oddly formatted closing bracket
2025-06-06 15:19:23 +02:00
Arthur 725e34e85f
add `platform-split` parameter (#22753)
<!--Delete sections as needed -->

## Description

Parameter was missing.

## Related issues or tickets

https://github.com/docker/buildx/issues/3215#issuecomment-2931258854

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-06-06 14:26:53 +02:00
Sebastiaan van Stijn 376346af86
Merge pull request #22802 from thaJeztah/extra_redirects
add one more missing redirect
2025-06-06 13:30:28 +02:00
Sebastiaan van Stijn 8e1af97dd0
layouts: fix oddly formatted closing bracket
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>
2025-06-06 13:17:14 +02:00
Sebastiaan van Stijn c043b9bc85
add one more missing redirect
Unlikely used, but looks like this one was removed in
de8fe08c22, so let's add it back.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-06-06 13:11:03 +02:00
Allie Sadler b96a86754e
Merge pull request #22800 from aevesdocker/redirect.yaml-fix
redirect.yaml-fix
2025-06-06 11:44:00 +01:00
Lorena Rangel d65261c0a6
Merge pull request #22795 from lorenrh/add-k
Add known issue for 4.42.0
2025-06-06 07:54:46 +01:00
Matt Landis 6a8e9821bb
desktop kubernetes: add missing image for kubernetesImagesRepository (#22794)
## Description

This doc only listed 3 of the 4 images that Docker Desktop pulls when
starting kind

## Related issues or tickets

N/A

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

cc @andrewb-ontheinternet @ctalledo 

- [X] Technical review
- [ ] Editorial review
- [ ] Product review
2025-06-06 07:52:41 +01:00
Guillaume Lours 467b41e27c
Merge pull request #22791 from glours/release-notes-compose-v2.37.0
release-notes for Compose v2.37.0 version
2025-06-05 16:58:54 +01:00
Igor Aleksandrov e74a8d72a6
Added Configure GitHub Actions step to the Python guide (#22676)
## Description

Replaced "Configure CI/CD" step of the Python guide with "Configure
GitHub Actions" step to have it similar structure as the Rails guide.

## Related issues or tickets

#22114 

## Reviews

- [ ] Technical review
- [x] Editorial review
- [ ] Product review
2025-06-05 07:40:07 -07:00
Allie Sadler 659c547bcc
Merge pull request #22788 from aevesdocker/beta-settings
desktop: beta settings
2025-06-05 14:39:43 +01:00
Arthur a2b9f22e33
fix: wording (#22789) 2025-06-05 13:23:24 +01:00
aevesdocker 98f293055c desktop: beta settings 2025-06-05 13:15:08 +01:00
Arthur f60a4283a7
ux: touch up tabs (#22783) 2025-06-05 10:12:35 +01:00
Allie Sadler 1183130eb1
ENGDOCS-2696b (#22784)
<!--Delete sections as needed -->

## Description

Redo https://github.com/docker/docs/pull/22773

## 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
2025-06-05 09:56:28 +01:00
Arthur df4130507b
DMR: GUI docs (#22781)
Reverts docker/docs#22780
2025-06-05 08:58:21 +01:00
Allie Sadler a8e975ae6c
Revert "Revert "Revert "DMR: GUI docs""" (#22780)
Reverts docker/docs#22769
2025-06-05 08:39:34 +01:00
Allie Sadler 5485c9f412
Revert "ux: touch up tabs" (#22779)
Reverts docker/docs#22774
2025-06-05 08:21:51 +01:00
Allie Sadler 7b0b813919
Revert "Desktop: rm experimental tab" (#22778)
Reverts docker/docs#22773
2025-06-05 08:15:06 +01:00
Arthur 17ef8a68a3
ux: touch up tabs (#22774)
Reduce magins, add hover effect, add light background

![Frame
31](https://github.com/user-attachments/assets/1b028adf-3baf-4588-9161-329b272ffb8e)
2025-06-05 09:01:58 +02:00
Allie Sadler e9e78a3032
Merge pull request #22773 from aevesdocker/ENGDOCS-2696
Desktop: rm experimental tab
2025-06-04 19:20:11 +01:00
Arthur 62b02cc247
Revert "Revert "DMR: GUI docs"" (#22769)
Reverts the revert.
2025-06-04 16:16:49 +02:00
Allie Sadler e17aca8665
Revert "DMR: GUI docs" (#22768)
Reverts docker/docs#22685
2025-06-04 16:06:45 +02:00
Arthur 4174e54dfc
DMR: GUI docs (#22685)
<!--Delete sections as needed -->

## Description

Add GUI docs for Docker Models.

https://deploy-preview-22685--docsdocker.netlify.app/ai/model-runner/
2025-06-04 14:55:29 +01:00
Arthur fce604bc19
MCP: MCP Toolkit in Docker Desktop (#22673)
Docs for the new GUI for the MCP Toolkit.


https://deploy-preview-22673--docsdocker.netlify.app/ai/mcp-catalog-and-toolkit/
2025-06-04 14:49:58 +01:00