Commit Graph

65181 Commits

Author SHA1 Message Date
Paweł Gronowski
286ca02122 Docker 28.3.3 (#23183)
<!--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

---------

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Co-authored-by: Arthur <arthur.flageul@docker.com>
2025-07-29 12:16:38 +02:00
dp-anto
331240357c fix: typo in userns-remap.md (#23174)
<!--Delete sections as needed -->

## Description

Removed an unnecessary word.

## Reviews

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

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-07-28 13:51:52 +00:00
Sebastiaan van Stijn
4ed4a9ebce Merge pull request #22641 from austinvazquez/add-fluentd-write-timeout-doc
docs: add fluentd write timeout log driver option
2025-07-25 21:25:22 +02:00
Craig Osterhout
985dfc6c7c offload: add survey link to docs (#23161)
<!--Delete sections as needed -->

## Description

Added link to a Qualtrics survey for consolidated product-specific
feedback and a quicker option for the users from docs.
Fixed heading levels.
Removed roadmap.

https://deploy-preview-23161--docsdocker.netlify.app/offload/feedback/

## Related issues or tickets

UR-788
ENGDOCS-2834

## Reviews

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

- [ ] Editorial review

---------

Signed-off-by: Craig <craig.osterhout@docker.com>
2025-07-25 12:01:24 -07:00
Austin Vazquez
51161141a2 docs: add fluentd write timeout log driver option
Signed-off-by: Austin Vazquez <austin.vazquez@docker.com>
2025-07-25 10:46:48 -07:00
Sebastiaan van Stijn
ad45b8f660 Merge pull request #23162 from austinvazquez/fix-moby-engine-links
fix: link for moby container default capabilities
2025-07-25 19:23:53 +02:00
Austin Vazquez
b398f346a7 fix: link for moby container default capabilities
Signed-off-by: Austin Vazquez <austin.vazquez@docker.com>
2025-07-25 10:17:37 -07:00
Sebastiaan van Stijn
edf684d25d Merge pull request #23159 from austinvazquez/fix-moby-profiles-links
fix: links for moby apparmor/seccomp security profiles
2025-07-25 18:25:31 +02:00
Austin Vazquez
1ebee90ffb fix: links for moby apparmor/seccomp security profiles
Signed-off-by: Austin Vazquez <austin.vazquez@docker.com>
2025-07-25 08:57:34 -07:00
Allie Sadler
7edc1a57fb fix:debug link (#23156)
<!--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-07-25 07:25:22 +01:00
Guillaume Lours
e7e6807811 release-notes for Compose v2.39.1 version (#23154)
<!--Delete sections as needed -->

## Description
Release notes for Compose `v2.39.1` release

## Related issues or tickets
N/A
<!-- Related issues, pull requests, or Jira tickets -->

## Reviews

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

- [ ] Technical review
- [x] Editorial review
- [ ] Product review

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
2025-07-25 07:24:12 +01:00
Sarah Sanders
1c45200540 billing: freshness (#23113)
## Description
- Updates all billing sections for freshness

## Reviews
- [ ] Editorial review
2025-07-24 13:56:42 -04:00
Jatoth Adithya Naik
3beb8d820b fix: improve README.md grammar, formatting, and license link (#23153)
### 🔧 Summary

This pull request addresses the minor issues described in [Issue
#23152](https://github.com/docker/docs/issues/23152). The following
improvements are made to the `README.md` file:

-  **Grammar Fix**: Corrected "Click Give feedback on of every page" →
"Click Give feedback on every page".
-  **Formatting Enhancement**: Improved clarity of plain URLs.
-  **Clarity Improvement**: Reworded contribution invitation line.
-  **License Link Fix**: Used cleaner Markdown format for the license
reference.

---

### 📌 Related Issue

Closes #23152
2025-07-24 13:56:10 -04:00
Sarah Sanders
86dccb683e fix: open in llm dropdown (#23145)
## Description
- The original implementation was trying to pass the entire content of
the documentation page through the URL parameters
- Web servers/browsers have limits on URLs
- Instead of passing the whole page as a URL parameter, the fix prompts
Claude with a reference to the markdown file, putting the fetching and
parsing onto the LLM, not the browser (which can't handle long
files/pages)
- Removing ChatGPT option, as OpenAI appears to no longer support
reading RAW markdown files (I tested this using our site and several
other docs sites)

## Related issues or tickets
Fixes https://github.com/docker/docs/issues/23144

## Reviews
- [ ] Editorial review

## Testing
Claude
<img width="893" height="711" alt="image"
src="https://github.com/user-attachments/assets/78fdafcd-4d7a-465e-b19d-a7f9c3eed326"
/>
2025-07-24 10:04:26 -04:00
Arthur
0cb6f5ea07 css: display main menu on mobile only (#23147)
Display the main menu widget only on smaller widths & touch up
appearance.

<img width="272" height="206" alt="Screenshot 2025-07-24 at 11 02 21"
src="https://github.com/user-attachments/assets/f7ad62cc-b513-4185-8ab7-727cc698fb1b"
/>
2025-07-24 14:58:52 +02:00
Allie Sadler
83d589d2de build attributes (#23149)
<!--Delete sections as needed -->

## Description

https://github.com/docker/docs/pull/23148/files

## 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-07-24 13:27:56 +01:00
Guillaume Lours
8e06937458 release-notes for Compose v2.39.0 version (#23148)
<!--Delete sections as needed -->

## Description
Add release notes for Compose version `v2.39.0`

## Related issues or tickets
N/A

## Reviews

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

- [ ] Technical review
- [x] Editorial review
- [ ] Product review

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
2025-07-24 11:58:56 +01:00
Arthur
7193d2a882 chore: reduce noice in Vale error reporting (#23146)
Exclude extra release notes from Spelling/Term checks.
Exclude `<a>` from checks.
Add new terms and fix some double space errors.

- Before: 2691
- After: 967
2025-07-24 11:04:55 +02:00
Craig Osterhout
8ea648e314 dhi: add stig (#23114)
<!--Delete sections as needed -->

## Description

Added STIG feature for DHI.
Cleaned up the attestations table to match UI wording better.

-
https://deploy-preview-23114--docsdocker.netlify.app/dhi/core-concepts/attestations/#available-attestations
-
https://deploy-preview-23114--docsdocker.netlify.app/dhi/core-concepts/stig/

## Related issues or tickets

ENGDOCS-2861

## Reviews

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

- [ ] Editorial review
- [ ] Product review

---------

Signed-off-by: Craig <craig.osterhout@docker.com>
2025-07-23 14:27:48 -07:00
Sarah Sanders
09f5d97528 add teams to unassociated machines (#23143)
## Description
- Remove contact AE for access
- Add Teams to feature

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

## Reviews
- [ ] Editorial review
2025-07-23 10:41:10 -04:00
Mohit5Upadhyay
650936a46a fix(toc): remove horizontal overflow due Table of Contents (#23052) (#23068)
<!--Delete sections as needed -->

## Description

<!-- Tell us what you did and why -->
This PR fixes the horizontal overflow issue in the Docker Docs Website
due to overflow Table of Contents section, as described in
[#23052](https://github.com/docker/docs/issues/23052).

### Changes made:
Updated layout structure and/or styles in:
- layouts/partials/aside.html
- layouts/partials/content-default.html

The fix prevents excessive width in the ToC container, which was
previously causing the entire page to become horizontally scrollable on
certain pages.

## Update:


https://github.com/user-attachments/assets/cdc3898c-ba21-468a-9add-0785abf0e76f


## Related issues or tickets
Closes #23052 

<!-- Related issues, pull requests, or Jira tickets -->

## Reviews

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

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

### Notes for reviewers:
- Let me know if you’d prefer a purely CSS-based solution, or if
structural changes are acceptable.
- Happy to tweak styles, breakpoints, or layout as needed!
2025-07-23 08:52:16 -04:00
CrazyMax
d657aea79c Merge pull request #23130 from crazy-max/buildx-0.26.0-release-notes
build: buildx 0.26.0 and 0.26.1 release notes
2025-07-23 11:51:09 +02:00
CrazyMax
0914eaaeb7 Merge pull request #23141 from crazy-max/build-summary-dbc
build: summary supported for DBC
2025-07-23 11:50:55 +02:00
Arthur
4e1d7e3c8d chore: reduce Vale reporting noise (#23142)
Edit Vale config to be more lenient with generated content. 

Number of errors:
- Before: 5473
- After: 2690
2025-07-23 11:10:56 +02:00
CrazyMax
4635a82e95 build: summary supported for DBC
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-07-23 07:06:43 +02:00
CrazyMax
873c803cda build: buildx 0.26.1 release notes
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-07-23 07:05:53 +02:00
CrazyMax
778515e9a3 Merge pull request #23139 from docker-tools-robot/dispatch/buildx-ref-v0.26.1
Update buildx reference to v0.26.1
2025-07-22 18:35:53 +02:00
tonistiigi
bffa5fc5e3 vendor: github.com/docker/buildx v0.26.1
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-07-22 16:15:06 +00:00
Arthur
4f51bd8e1b dmr: add GHA example (#23136)
Add GHA workflow example for DMR

---------

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-07-22 12:29:12 +00:00
CrazyMax
ff93e8d374 Merge pull request #23131 from crazy-max/bake-stdlib
build: bake stdlib functions page
2025-07-22 11:39:26 +02:00
Tugbay Atilla
79758564bf docs: fix mcp configuration location in vscode (#23133)
MCP settings in VSCode is no longer in settings.json but mcp.json

<!--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-07-22 10:40:21 +02:00
Arthur
213adb3e6e dmr: add common compose configs (#23127) 2025-07-22 10:35:41 +02:00
CrazyMax
fe5670bf54 build: bake stdlib functions page
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-07-21 18:46:01 +02:00
Sarah Sanders
9e6d2e9140 accounts/billing: update email verification and billing (#23112)
## Description
2 birds, one stone
- Update email address: Adds details about email verification, number of
emails per account
- Billing: Remove coupon section

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

## Reviews
- [ ] Editorial review
2025-07-21 12:34:25 -04:00
CrazyMax
32e909ced2 build: buildx 0.26.0 release notes
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-07-21 18:26:21 +02:00
CrazyMax
e978cd9bc9 Merge pull request #23126 from docker-tools-robot/dispatch/buildx-ref-v0.26.0
Update buildx reference to v0.26.0
2025-07-21 18:19:00 +02:00
CrazyMax
2fc755eb01 build: missing placeholders for new dap command
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-07-21 18:15:46 +02:00
Craig Osterhout
97ce1f57b5 Merge pull request #23129 from mdelapenya/agent-compose-go
docs(agentic-compose): add Go example
2025-07-21 09:02:52 -07:00
Manuel de la Peña
0e4830b3a7 docs(agentic-compose): add Go example 2025-07-21 17:47:38 +02:00
crazy-max
c72b904803 vendor: github.com/docker/buildx v0.26.0
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-07-21 15:39:39 +00:00
CrazyMax
fad8c0eeab Merge pull request #23123 from crazy-max/build-cdi-fix
build: cdi page fixes
2025-07-21 13:44:45 +02:00
CrazyMax
1a31df3f31 build: cdi page fixes
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-07-21 11:58:46 +02:00
Allie Sadler
479885a3d8 Compose:fix attach and link to models page (#23121)
<!--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-07-21 10:29:39 +01:00
CrazyMax
284b1947f8 Merge pull request #23069 from crazy-max/build-cdi
build: cdi manual
2025-07-21 11:12:23 +02:00
CrazyMax
2944e336e4 build: cdi manual
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-07-21 10:45:16 +02:00
Allie Sadler
7fbe6e1e4b Enterprise: move admin content (#23111)
<!--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-07-18 15:39:59 +01:00
Arthur
007148bf91 readme: update content (#23109)
## Description

Shorten content, remove outdated screenshots.
2025-07-18 15:18:12 +02:00
Arthur
c7f64f3ee1 ui: add 'open in Claude/Chatgpt' to page options (#23110) 2025-07-18 15:16:24 +02:00
Arthur
3075778785 dmr: update TCP support info (#23106)
Co-authored-by: Jacob Howard <jacob@xenoscopic.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-07-18 09:30:17 +00:00
Fernando Karchiloff
3f89f1d0e7 Fix release-notes.md patch version (#23107)
Fix wrong patch version to avoid confusion.

## Description
Updated the patch version to avoid confusion for other developers.

## Reviews

- [ ] Technical review
- [ ] Editorial review
2025-07-18 08:53:21 +01:00