David Karlsson
bedb2b4b6c
deps: use igorshubovych/markdownlint-cli image for running markdownlint
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2025-11-03 15:24:10 +01:00
David Karlsson
1cb27f2f58
deps: upgrade markdownlint to v0.38.0
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2025-11-03 15:24:07 +01:00
Guillaume Lours
24ca6ef7aa
release-notes for Compose v2.40.3 version ( #23629 )
...
<!--Delete sections as needed -->
## Description
Add release notes of latest `v2.40.3` version of Compose
## 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: Guillaume Lours <705411+glours@users.noreply.github.com >
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com >
2025-11-03 10:54:34 +00:00
Adam Monsen
610f6995ad
Merge pull request #23633 from meonkeys/yaml-ish-envfile
...
document yaml-ish .env file syntax and spacing rules
2025-11-03 11:10:39 +01:00
Abdul Baari Davids
fa1b51488a
Fix typo in Compose Bridge documentation ( #23640 )
...
This pull request corrects a minor typo in the Compose Bridge
documentation to improve clarity.
- Documentation:
* Fixed a typo in the description of the Compose Bridge feature in
`content/manuals/compose/bridge/_index.md` ("geneterates" →
"generates").
2025-11-03 09:50:17 +00:00
David Karlsson
97c5ec383b
Merge pull request #23641 from Navadeep0007/fix/update-hub-image-links
...
docs: update Docker Hub official image link for mongo (library -> _)
2025-11-03 09:46:10 +01:00
David Karlsson
b0ea39ec63
Merge pull request #23618 from dvdksn/daemon-build-gc-config-update
...
build: update example gc configs
2025-11-03 09:43:56 +01:00
David Karlsson
0676768617
Merge pull request #23636 from dvdksn/buildkit-progress-none
...
build: add buildkit_progress=none option
2025-11-03 09:43:14 +01:00
David Karlsson
24ff9331ca
Merge pull request #23639 from 2003Aditya/fix-multi-platform-docs
...
docs: correct build args in multi-platform guide to include TARGETOS …
2025-11-03 09:42:32 +01:00
Navadeep0007
201d210db6
docs: update Docker Hub official image link for mongo (library -> _)
...
Signed-off-by: Navadeep0007 <2400030007@kluniversity.in >
2025-11-02 23:17:25 +05:30
2003Aditya
310bd6549f
docs: correct build args in multi-platform guide to include TARGETOS and TARGETARCH ( #23240 )
2025-11-01 23:29:15 +05:30
David Karlsson
7d63de0d06
build: add buildkit_progress=none option
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2025-10-31 15:55:49 +01:00
Daniel Kolev
577bf3e73a
Merge pull request #23634 from Daniel-Kolev/mcp-gateway-go-link
...
mcp: gateway go link
2025-10-31 14:45:05 +01:00
Sarah Sanders
384ae6029c
add migration steps to SCIM docs ( #23624 )
...
## Description
- Adds missing migration steps to SCIM docs
- Ignore vale, I am not referencing Docker Team as in the subscription
## Preview
https://deploy-preview-23624--docsdocker.netlify.app/enterprise/security/provisioning/scim/#migrate-existing-jit-users-to-scim
## Related issues or tickets
https://docker.atlassian.net/browse/ENGDOCS-3084
## Reviews
@madisonsilva thank you again for the feedback! I have added the first
set of docs you sent to us, steps for SCIM migration
---------
Co-authored-by: Craig Osterhout <craig.osterhout@docker.com >
2025-10-30 16:39:38 -04:00
Sarah Sanders
6ccfd7da2f
fix: re-add lint rule ( #23627 )
...
## Description
- Reverts a change we made in E2B launch that was blocking
2025-10-30 16:27:14 -04:00
Craig Osterhout
2e2174a78c
dhi: add helm ( #23625 )
...
<!--Delete sections as needed -->
## Description
Added initial helm docs
New topics:
-
https://deploy-preview-23625--docsdocker.netlify.app/dhi/features/helm/
- https://deploy-preview-23625--docsdocker.netlify.app/dhi/how-to/helm/
## Related issues or tickets
ENGDOCS-3053
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
---------
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com >
2025-10-29 17:28:40 +00:00
Andrew Hopp
9944982ec0
Add note about application startup delay in Docker Compose tutorial ( #23621 )
...
## Summary
Adds a note to the Docker Compose tutorial clarifying that the
application may take 10-15 seconds to fully start after running `docker
compose up -d --build`.
## Changes
Updated step 5 in the "Start the application" section to inform users
that the application may not be immediately accessible at
`localhost:3000` and that they should wait a moment and refresh if the
page doesn't load right away.
## Why this change is needed
When users run `docker compose up`, Docker reports containers as
"Started" once they're running, but the applications inside (Node.js app
and MySQL database) still need time to initialize and connect. This
causes confusion for beginners who expect immediate accessibility after
seeing "Container started" in the CLI output or within the GUI.
## Related Issue
Fixes #23500
Co-authored-by: Andrew Hopp <ahopp@Andrews-Laptop.local >
2025-10-29 07:54:00 +00:00
Sarah Sanders
9c23032b16
update pages for premium support ( #23619 )
...
## Description
- Rewrote subscription + DD support pages for premium support/linking
out to pricing
- This is a first pass at updating our pricing pages in docs, further
updates to come to overhaul source of truth for pricing and
subscriptions
## Related issues or tickets
https://docker.atlassian.net/browse/ENGDOCS-3085
2025-10-28 14:56:15 -04:00
David Karlsson
04597ad153
build: update example gc configs
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2025-10-28 11:56:13 +01:00
David Karlsson
f8b70fe3e4
Merge pull request #23601 from dvdksn/mcp-docs-remake
...
mcp: rewrite mcp toolkit/gateway documentation
2025-10-28 10:52:16 +01:00
Craig Osterhout
86d5f139ef
hub: dvp docs update ( #23474 )
...
<!--Delete sections as needed -->
## Description
- Added Hub infrastructure as benefit for DVP, and add a visual.
- Based on existing public info at:
- https://www.docker.com/trust/availability/
- https://www.cloudflare.com/case-studies/docker/
- Rearranged topic structure and flesh out the benefits section.
- Added DVP Core GUI and reports to analytics topic
- Added how DVPers can verify no pull limit
- Added that DVP is applied per namespace/org.
Updated pages:
https://deploy-preview-23474--docsdocker.netlify.app/docker-hub/repos/manage/trusted-content/dvp-program/
https://deploy-preview-23474--docsdocker.netlify.app/docker-hub/repos/manage/trusted-content/insights-analytics/
## Related issues or tickets
ENGDOCS-3020
ENGDOCS-3035
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Editorial review
- [ ] Product review
- [ ] Engineering review
---------
Signed-off-by: Craig <craig.osterhout@docker.com >
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com >
2025-10-27 12:45:38 -07:00
Craig Osterhout
14ca163829
scout: add url alias ( #23615 )
...
<!--Delete sections as needed -->
## Description
Added alias for `/scout/artifactory/` for a link in Docker Desktop.
## Related issues or tickets
Closes #23593
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Editorial review
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com >
2025-10-27 12:43:15 -07:00
Allie Sadler
afac884db1
DD release notes: security addition ( #23614 )
...
<!--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-10-27 15:37:32 +00:00
David Karlsson
bd8c9113e9
Merge pull request #23613 from docker/follow-up-formatting
...
fix: formatting in admin guides
2025-10-27 15:30:12 +01:00
sarahsanders-docker
d7177673aa
fix: formatting in admin guides
2025-10-27 10:21:05 -04:00
Sarah Sanders
63ade457ae
refresh: admin guides ( #23606 )
...
## Description
- Gave the admin guides a refresh and polish
## Related issues or tickets
https://docker.atlassian.net/browse/ENGDOCS-3079
---------
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2025-10-27 13:53:51 +00:00
Craig Osterhout
75fcd57464
dhi: add script customization ( #23605 )
...
<!--Delete sections as needed -->
## Description
Added script section for DHI customization UI.
Added `Optional` to the whole add packages section.
Updated topics:
https://deploy-preview-23605--docsdocker.netlify.app/dhi/how-to/customize/
## Related issues or tickets
https://docker.slack.com/archives/C04M34MRQS1/p1761315908050679
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Editorial review
- [ ] Product review
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com >
2025-10-24 13:48:51 -07:00
Mathieu Champlon
c7611bf425
DKP-2513 Add back support for Windows 10 ( #23600 )
...
## Description
Microsoft have stopped support for Windows 10. However, they extended
the security updates by one year:
https://www.microsoft.com/windows/extended-security-updates .
## Related issues or tickets
Follow-up to #23584
https://docker.atlassian.net/browse/DKP-2513
## Reviews
- [ ] Editorial review
- [ ] Product review
---------
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com >
2025-10-24 10:02:01 +00:00
David Karlsson
a1aec88ba3
Merge pull request #23602 from dvdksn/update-codeowners
...
chore: add @dvdksn to CODEOWNERS
2025-10-24 11:09:06 +02:00
David Karlsson
376f4852bd
chore: add @dvdksn to CODEOWNERS
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2025-10-24 11:04:23 +02:00
David Karlsson
1a49fa72a6
mcp: rewrite mcp toolkit/gateway documentation
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2025-10-24 10:27:32 +02:00
Usha Mandya
13ea608411
Add a link to the Sonarqube use case guide ( #23597 )
...
<!--Delete sections as needed -->
## Description
- Add a link to the Sonarqube + E2b use case guide -
https://docs.docker.com/guides/github-sonarqube-sandbox/
- Fix a nit
---------
Signed-off-by: Usha Mandya <usha.mandya@docker.com >
2025-10-23 18:03:55 +01:00
Usha Mandya
19a7926dd7
Added New badge for Sandboxes
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com >
2025-10-23 17:29:48 +01:00
Allie Sadler
f9a5c5275c
Desktop RN ( #23583 )
...
<!--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-10-23 15:39:19 +01:00
Mathieu Champlon
9661be2499
DKP-2613 Remove support for Windows 10 and 11 22H2 ( #23584 )
...
## Description
Increased the minimum version of Windows supported for Docker Desktop to
Windows 11 23H2.
We typically follow [Microsoft end of servicing dates for
Windows](https://learn.microsoft.com/en-us/windows/release-health/windows11-release-information#windows-11-current-versions-by-servicing-option ).
## Related issues or tickets
https://docker.atlassian.net/browse/DKP-2513
## Reviews
- [ ] Editorial review
2025-10-23 15:37:49 +01:00
Allie Sadler
76f2c9d121
ENGDOCS-3069 ( #23592 )
...
<!--Delete sections as needed -->
## Description
Fixes https://github.com/docker/docs/pull/23564
As agreed with @colinhemmings we need to align docs with the release
notes and highlights
## 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-10-23 15:37:29 +01:00
Allie Sadler
70ac718105
cagent update ( #23585 )
...
<!--Delete sections as needed -->
## Description
Release update on cagent.
## 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: Usha Mandya <47779042+usha-mandya@users.noreply.github.com >
2025-10-23 15:37:18 +01:00
Usha Mandya
1761b81845
Add a link to the Sonarqube use case guide
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com >
2025-10-23 15:26:55 +01:00
Sarah Sanders
17ff955196
guide: code quality checks ( #23595 )
...
## Description
- Adds guide for AI-powered code quality checks w/ E2B and Docker MCP
- Provides a full e2e tutorial to build a code quality check workflow w/
customization options
- Adds troubleshooting page
## Related issues or tickets
https://docker.atlassian.net/browse/ENGDOCS-3073
2025-10-23 10:15:07 -04:00
Usha Mandya
6c64ad4df3
Add sandboxes docs ( #23596 )
...
<!--Delete sections as needed -->
## Description
Add Sandboxes docs
## Related issues or tickets
ENGDOCS-3055
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
Signed-off-by: Usha Mandya <usha.mandya@docker.com >
2025-10-23 14:14:49 +00:00
Allie Sadler
14acf49df4
ENGDOCS-3070 ( #23594 )
...
<!--Delete sections as needed -->
## Description
Fixes https://github.com/docker/docs/issues/23235
## 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-10-23 13:40:35 +01:00
Allie Sadler
896a5be42b
Compose release notes 2.40.2 ( #23590 )
...
<!--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-10-23 09:26:20 +01:00
Sarah Sanders
308de2c8fb
billing: pay by invoice ( #23413 )
...
## Description
Adds docs for pay by invoice, needs review from Billing team @ob1dev
@devwells
## Related issues or tickets
https://docker.atlassian.net/browse/BILL-3386
https://docker.atlassian.net/browse/ENGDOCS-2520
## Preview
https://deploy-preview-23413--docsdocker.netlify.app/billing/
## Reviews
- [ ] Editorial review
- [ ] Product review
2025-10-22 10:37:26 -04:00
CrazyMax
5ce7b252ee
Merge pull request #23587 from crazy-max/remove-s3-config
...
releaser: remove s3-config handling
2025-10-22 15:30:23 +02:00
CrazyMax
ad14af69ba
releaser: remove s3-config handling
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com >
2025-10-22 14:14:20 +02:00
Allie Sadler
7e3ab99961
Engdocs 3051 ( #23568 )
...
<!--Delete sections as needed -->
## Description
Freshens Compose Bridge content
Adds model runner support
## 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-10-21 09:51:34 +01:00
Johannes Großmann
af67ce72e4
feat: Docker Debug no longer requires a subscription ( #23564 )
...
<!--Delete sections as needed -->
## Description
We have removed the paywall on docker debug. It's shipped in DD 4.48.
## Related issues or tickets
<!-- Related issues, pull requests, or Jira tickets -->
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [x] Technical review
- [ ] Editorial review
- [ ] Product review
2025-10-20 12:13:16 +01:00
Allie Sadler
9ab55eb18f
compose: spec update ( #23580 )
...
<!--Delete sections as needed -->
## Description
https://github.com/compose-spec/compose-spec/pull/618
## 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-10-20 12:11:33 +01:00
Allie Sadler
0094937a04
build: fix set note ( #23581 )
...
<!--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-10-20 12:10:26 +01:00
Guillaume Lours
3bb0bfdfc0
release-notes for Compose v2.40.1 version ( #23575 )
...
<!--Delete sections as needed -->
## Description
Add release notes of Compose `v2.40.1` release
## 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 >
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com >
2025-10-20 10:28:47 +00:00