Commit Graph

3851 Commits

Author SHA1 Message Date
Mathieu Champlon
dc9e74fbfa Update release-notes.md
Acknowledge MSI bug
2026-03-03 16:27:13 +01:00
Craig Osterhout
ddd84785c0 hub: refresh (#24237)
<!--Delete sections as needed -->

## Description

Refreshed some Hub content:
 - Updated search filters based on latest gui
 - Added DHI to trusted content



https://deploy-preview-24237--docsdocker.netlify.app/docker-hub/image-library/

https://deploy-preview-24237--docsdocker.netlify.app/docker-hub/image-library/trusted-content/

https://deploy-preview-24237--docsdocker.netlify.app/docker-hub/image-library/search/

https://deploy-preview-24237--docsdocker.netlify.app/docker-hub/repos/manage/trusted-content/

## Related issues or tickets

ENGDOCS-3210

## Reviews

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

- [ ] Editorial review

---------

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-03-02 19:44:15 +00:00
Allie Sadler
803018b777 4.63 rn (#24222)
<!--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
2026-03-02 13:19:19 +00:00
github-actions[bot]
6701c74c5a docs: address issue #24249 (#24255)
## Summary
Fixed inconsistent terminology by standardizing on "company members"
instead of "company users" throughout company management documentation.

## Changes
- Updated front matter in `content/manuals/admin/company/users.md` to
use "company members" in description and keywords
- Updated link text in `content/manuals/admin/company/new-company.md`
from "Manage company users" to "Manage company members"

Fixes #24249

---
🤖 Generated with [cagent](https://github.com/docker/cagent)

Co-authored-by: aevesdocker <102604716+aevesdocker@users.noreply.github.com>
2026-03-02 09:17:39 +00:00
github-actions[bot]
b08f2a9f12 docs: address issue #24242 (#24254)
## Summary
Fixed inconsistent internal link syntax in billing documentation by
adding leading `/` to all links referencing
payment-method.md#verify-a-bank-account.

## Changes
- Updated 6 internal links across 3 billing documentation files to use
consistent `/manuals/billing/payment-method.md#verify-a-bank-account`
format
- Files modified: history.md (1 link), payment-method.md (3 links),
cycle.md (2 links)

Fixes #24242

---
🤖 Generated with [cagent](https://github.com/docker/cagent)

Co-authored-by: aevesdocker <102604716+aevesdocker@users.noreply.github.com>
2026-03-02 08:32:01 +00:00
David Karlsson
fb692c3dc2 Merge pull request #24112 from docker/agent/issue-23757
docs: address issue #23757
2026-02-28 05:39:39 +01:00
Quentin Laplanche
8f54d121c3 Add security content note for Docker Desktop 4.62.0 release (#24236)
<!--Delete sections as needed -->

## Description

<!-- Tell us what you did and why -->

As per title, add security note. Once approved, the CVE details will be
published.

## 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>
2026-02-27 16:30:01 +00:00
Craig Osterhout
0bfe1ffcef dhi: update get started (#24228)
<!--Delete sections as needed -->

## Description

Updated get-started to inform enterprise/trial users at the start of the
topic that they must mirror and pull from Hub instead of dhi.io.

This is a band-aid to a bigger gap, "Get started with DHI Enterprise",
that will need to be addressed.

## Related issues or tickets

ENGDOCS-3208

## Reviews

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

- [ ] Editorial review

---------

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2026-02-27 07:56:22 -08:00
github-actions[bot]
8a6c3811dc docs: address issue #24232 (#24234)
## Summary
Fixed incorrect `docker pull` command syntax in deactivation
prerequisites.

## Changes
- Corrected `docker pull -a <image>:<tag>` to `docker pull -a <image>`
to pull all tags, or `docker pull <image>:<tag>` to pull a specific tag
- Updated both `content/manuals/accounts/deactivate-user-account.md` and
`content/manuals/admin/organization/deactivate-account.md`

Fixes #24232

---
🤖 Generated with [cagent](https://github.com/docker/cagent)

Co-authored-by: aevesdocker <102604716+aevesdocker@users.noreply.github.com>
2026-02-27 13:36:19 +00:00
github-actions[bot]
bfc0548699 docs: address issue #24231 (#24233)
## Summary
Removed time-relative language from create-account.md to comply with
style guide.

## Changes
- Removed "currently" from the statement about linking sign-in methods,
changing "Docker doesn't currently support" to "Docker doesn't support"

Fixes #24231

---
🤖 Generated with [cagent](https://github.com/docker/cagent)

Co-authored-by: aevesdocker <102604716+aevesdocker@users.noreply.github.com>
2026-02-27 13:34:39 +00:00
David Karlsson
cbceafed09 docs: address issue #24163 (#24177)
## Summary
Removed repeated text about path behavior in the Compose Build
Specification documentation.

## Changes
- Consolidated duplicate sentences about absolute/relative path behavior
that appeared in both the "former case" and "latter case" paragraphs
- Improved clarity by explicitly referencing "When `build` is specified
as a string" and "When `build` is specified as a detailed structure"
instead of vague "former/latter" references
- Added a single consolidated paragraph explaining path behavior that
applies to both cases

Fixes #24163

---
🤖 Generated with [cagent](https://github.com/docker/cagent)
2026-02-27 13:22:53 +00:00
David Karlsson
fc7ca0d902 Merge pull request #24206 from dvdksn/mcp-profile-import-export
mcp: add profile import/export examples
2026-02-27 11:48:29 +01:00
David Karlsson
6043578884 mcp: add temporary callout about profiles availability
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-02-27 10:53:49 +01:00
David Karlsson
85433ba8b6 mcp: add 4.63 release notice for mcp profiles
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-02-27 10:53:16 +01:00
Ajeet Singh Raina, Docker Captain, ARM Innovator
6f39c26e10 Add Docker for AI labs to guides section with Labs tag (#24208)
<!--Delete sections as needed -->

## Description

This PR:

- adds new labs tag to `data/tags.yaml` and
`content/tags/labs/_index.md`
- creates 4 single-page lab guides under content/guides/:

    - lab-agentic-apps.md (7 modules)
    - lab-mcp-gateway.md (7 modules)
    - lab-fine-tuning.md (4 modules)
    - lab-cagent.md (7 modules)


Labs are filterable at `/guides/?tags=labs`

<!-- 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: Alexa Kristensen <81787716+akristen@users.noreply.github.com>
2026-02-26 16:31:44 -06:00
github-actions[bot]
d4ebf95414 docs: address issue #24218 (#24220)
## Summary
Fixed malformed anchor link by removing `.md` extension from the anchor
portion.

## Changes
- Fixed anchor link in
`content/manuals/desktop/features/networking/networking-how-tos.md` from
`#firewalls-and-endpoint-visibility.md` to
`#firewalls-and-endpoint-visibility`

Fixes #24218

---
🤖 Generated with [cagent](https://github.com/docker/cagent)

Co-authored-by: aevesdocker <102604716+aevesdocker@users.noreply.github.com>
2026-02-26 08:10:00 +00:00
github-actions[bot]
e369fca109 docs: address issue #24184 (#24216)
## Summary
Removed time-relative language from the Synchronized file shares Known
Issues section.

## Changes
- Removed "currently" from the file share limitation statement in
`content/manuals/desktop/features/synchronized-file-sharing.md` to align
with STYLE.md guidelines about writing timelessly.

Fixes #24184

---
🤖 Generated with [cagent](https://github.com/docker/cagent)

Co-authored-by: aevesdocker <102604716+aevesdocker@users.noreply.github.com>
2026-02-25 15:12:29 +00:00
Thomas Brüggemann
ca0020e2af Update Docker.DotNet link in C# library section
Fork because of unmaintained orginal repo.
2026-02-25 10:10:15 +01:00
Luca Guerra
1ca3e4365e Add security content note for Docker Desktop 4.62.0 release (#24207)
<!--Delete sections as needed -->

## Description

As per title, add security note. Once approved, the CVE details will be
published.

## 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>
Co-authored-by: docker-agent[bot] <259137750+docker-agent[bot]@users.noreply.github.com>
2026-02-24 10:10:18 +00:00
David Karlsson
adb4a5a1e0 mcp: add profile import/export examples
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-02-24 10:52:22 +01:00
Allie Sadler
6cfac1c85c profiles rn addition (#24205)
<!--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
2026-02-24 09:46:34 +00:00
David Karlsson
73e77a9064 Merge pull request #24201 from docker/agent/issue-24195
docs: address issue #24195
2026-02-24 09:00:14 +01:00
David Karlsson
183bddb090 Merge pull request #24200 from docker/agent/issue-24190
docs: address issue #24190
2026-02-24 08:59:46 +01:00
David Karlsson
c5b3cb60ad chore: fix links pointing to redirect targets
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-02-24 08:01:08 +01:00
David Karlsson
4899ea2cf1 chore: move cli data files to data subdir
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-02-24 08:01:08 +01:00
David Karlsson
70d0c07c69 site: use content adapters for cli reference
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-02-24 08:01:05 +01:00
David Karlsson
dde88001b6 site: simplify security-announcements rss page
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-02-23 17:29:32 +01:00
David Karlsson
d5fd0b2f11 site: simplify base templates
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-02-23 17:29:32 +01:00
David Karlsson
33226cf897 site: simplify guides/series layouts
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-02-23 17:29:31 +01:00
dvdksn
c34f81f115 docs: address issue #24195
This change was automatically generated by the documentation agent team
in response to issue #24195.

🤖 Generated with cagent
2026-02-23 16:28:07 +00:00
dvdksn
aa34240f13 docs: address issue #24190
This change was automatically generated by the documentation agent team
in response to issue #24190.

🤖 Generated with cagent
2026-02-23 16:19:27 +00:00
Craig Osterhout
c66235c7a0 scout: remove experimental callout for watch (#24181)
<!--Delete sections as needed -->

## Description

Scout watch is no longer experimental as of v1.19.0. Removed callout.

Scout watch must continue running. Added the info to the step with a
hint of some commands to run it as a system process.


https://deploy-preview-24181--docsdocker.netlify.app/scout/integrations/registry/artifactory/

## Related issues or tickets


https://docker.slack.com/archives/C04C69EM70C/p1771418602873829?thread_ts=1754573643.278429&cid=C04C69EM70C

## Reviews

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

- [ ] Editorial review

---------

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2026-02-23 08:07:03 -08:00
David Karlsson
aac0c7fe14 Merge pull request #24161 from dvdksn/mcp-profiles
MCP profiles
2026-02-23 16:27:26 +01:00
Allie Sadler
7ef8637bc0 dd4.62-rn (#24166)
<!--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
2026-02-23 15:20:57 +00:00
David Karlsson
d6b2629608 Merge pull request #24176 from docker/agent/issue-24173
docs: address issue #24173
2026-02-23 14:42:21 +01:00
David Karlsson
78107956b3 Merge pull request #24175 from docker/agent/issue-24171
docs: address issue #24171
2026-02-23 14:34:44 +01:00
github-actions[bot]
64223b256b docs: address issue #24171
This change was partially generated by cagent.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-02-23 14:16:46 +01:00
David Karlsson
b08475e6ee Merge pull request #24187 from rw4lll/laravel-compose-update-2026-02
Laravel framework guide update
2026-02-22 13:33:14 +01:00
Ajeet Singh Raina, Docker Captain, ARM Innovator
754f6bee1f Merge pull request #24075 from ajeetraina/newguide/build-dhi-manual
added manual for creating own DHI image
2026-02-21 14:30:00 +01:00
Sergei Shitikov
9230f1bf2c Updated to PHP 8.5 + small fixes and improvements. 2026-02-21 14:17:12 +01:00
MohammadHasan Akbari
7e2af24707 HTTP routing with Traefik: Update guide to include DHI (#23769)
<!--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
- [x] Editorial review
- [ ] Product review

---------

Signed-off-by: MohammadHasan Akbari <jarqvi.jarqvi@gmail.com>
2026-02-20 13:22:48 -08:00
Sebastiaan van Stijn
c00894853f engine: update API version table
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2026-02-20 19:11:37 +01:00
Usha Mandya
6eb77d004b Update edu resources section
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2026-02-20 15:30:06 +00:00
github-actions[bot]
1a8c8d9d2f docs: address issue #24173
This change was automatically generated by the documentation agent team
in response to issue #24173.

🤖 Generated with cagent
2026-02-20 13:17:18 +00:00
github-actions[bot]
1959e91356 docs: address issue #24172
This change was automatically generated by the documentation agent team
in response to issue #24172.

🤖 Generated with cagent
2026-02-20 11:19:03 +00:00
David Karlsson
b7b8ea4f5f mcp: profiles and custom catalogs
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-02-20 12:10:53 +01:00
David Karlsson
2db1ffab56 wip: vendor: mcp-gateway@v0.39.2 cli reference
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-02-20 12:10:52 +01:00
David Karlsson
ad0efc2785 mcp: add docs on custom MCP catalogs
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-02-20 12:10:30 +01:00
David Karlsson
f33d670bfb Merge pull request #24168 from dvdksn/upgrade-hugo-v0.156.0
upgrade hugo v0.156.0
2026-02-20 10:44:16 +01:00
Sergei Shitikov
1df3a18c4a Fix status path 2026-02-19 22:07:42 +01:00