Commit Graph

2758 Commits

Author SHA1 Message Date
Nicolas Beck 8db8f5f2ed
Update Docker Build Cloud permissions table for the DSoP plans (#22128)
<!--Delete sections as needed -->

## Description

Update Docker Build Cloud permissions table for the DSoP plans

## 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-02-28 11:42:08 +00:00
CrazyMax 641f973b10
Merge pull request #22126 from crazy-max/build-tags-distributed
build: use tags input for distributed builds workflow
2025-02-28 12:10:19 +01:00
Nicolas Beck dfd752e2bf
Share image build cloud (#22127)
<!--Delete sections as needed -->

## Description

Added Docker Build Cloud as a way to share image between GHA jobs

## 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-02-28 11:08:25 +00:00
CrazyMax 865557a838
build: use tags input for distributed builds workflow
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-02-28 10:09:19 +01:00
Gurleen Sethi 9045df8e64
Merge pull request #22124 from gurleensethi-docker/feat/pat_expiration_doc
Document `expires_at` field for PAT creation
2025-02-27 16:49:17 -05:00
Sarah Sanders 6343de803b
remove mention of roadmap from subscription details.md (#22119)
## Description
- Small update to remove the mention of the public roadmap from
details.md

## Related issues or tickets
https://docker.slack.com/archives/C039ZM6GH4Z/p1740674403426069

## Reviews
- [ ] Editorial review
2025-02-27 13:14:39 -05:00
Mohammad-Ali A'RÂBI 25d4796019
Add multi-stage builds to the C++ guide (#21562)
## Description

Having a multi-stage build is an essential thing to learn for
containerizing a compiled language.

## Related issues or tickets

N/A

## Reviews

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-02-27 09:24:01 -08:00
Craig Osterhout b4efa8117d
remove glossary (#22112)
<!--Delete sections as needed -->

## Description

Remove glossary with a nudge towards using Ask AI.

https://deploy-preview-22112--docsdocker.netlify.app/reference/glossary/

## Related issues or tickets

ENGDOC-2445

## Reviews

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


- [ ] Editorial review

---------

Signed-off-by: Craig <craig.osterhout@docker.com>
2025-02-27 08:58:33 -08:00
Craig Osterhout 5138abac63
guides: fix layout (#22118)
<!--Delete sections as needed -->

## Description

There were a couple leftover buttons from when the layout changed and
the buttons became auto-generated. Removed the buttons.

## 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-02-27 08:51:59 -08:00
Nicolas Beck 877b29ca1b
convert build cloud CI platform tabs to linkable sections (#22111)
<!--Delete sections as needed -->

## Description

This change converts the CI platform examples from Hugo tab shortcodes
to standard markdown sections with anchor links so that we can hyperlink
to them from app.docker.com


## Related issues or tickets

none

## 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>
2025-02-27 09:45:12 +00:00
Allie Sadler a39967fce4
ENGODCS-2443 (#22106)
<!--Delete sections as needed -->

## Description

Adds release notes for DBC as requested here
https://docker.slack.com/archives/C04RJJAPFKK/p1740512377197609?thread_ts=1740500440.451139&cid=C04RJJAPFKK

## 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-02-27 09:33:37 +00:00
Allie Sadler bded7aad7b
HD-2362 (#22101)
<!--Delete sections as needed -->

## Description

Adds new features within the Builder Settings tab and replaces
https://github.com/docker/docs/pull/20382

## 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-02-27 09:33:19 +00:00
Maciek Weksej 2da32f0742
fix: release-notes/27: make 27.5.1 headings match other subreleases. (#22116)
## Description

The Release Notes for v27 have different header sizes for latest 27.5.1
release. This triggers my OCD, so I opened a PR to address it ;),

<img width="258" alt="Screenshot 2025-02-27 at 09 10 33"
src="https://github.com/user-attachments/assets/19f21cc5-8f0b-4770-af2b-973775ebbaf3"
/>

## Reviews

Header sizes are consistent between versions on other release pages.

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-02-27 08:32:43 +00:00
Craig Osterhout 7e0f24b26d
fix typo (#22113)
<!--Delete sections as needed -->

## Description

Remove duplicate sentences.

## 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-02-27 08:24:49 +00:00
Rob Murray 2090e5bcbb
Updates for moby 28.0.1 (#22086)
## Description

- Describe new iptables chain `DOCKER-FORWARD`, which splits Docker's
rules out of the main `FORWARD` chain where they were being antisocial -
related to https://github.com/moby/moby/pull/49518
- Update notes about IP Forwarding and the default DROP policy
- Only engine < 28.0.0 allows remote access to ports published to the
localhost address

## Related issues or tickets

## Reviews

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

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

---------

Signed-off-by: Rob Murray <rob.murray@docker.com>
2025-02-26 14:10:18 +00:00
Paweł Gronowski 4264011856
engine: 28.0.1 release notes (#22108)
<!--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: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-02-26 14:08:49 +00:00
Cesar Talledo a82dff5542
kubernetes: add section comparing kubeadm and kind provisioners (#22104)
<!--Delete sections as needed -->

## Description

In the Kubernetes docs, add a section comparing the `kubeadm` and `kind`
provisioners.

Why? because the existing text was insufficient and did not provide a
proper comparison to our users.

## Reviews

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

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

---------

Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-02-26 10:14:14 +00:00
Craig Osterhout 0d5196d359
Merge pull request #22094 from craig-osterhout/init-debug-callout
desktop: update init and debug cli
2025-02-25 08:01:08 -08:00
Sarah Sanders 04da171b9f
Merge pull request #22096 from sarahsanders-docker/invite-link-expiration
accounts: add callout for invitation expiration
2025-02-25 10:56:13 -05:00
Allie Sadler c6afc774d1
sec announcement update (#22100)
<!--Delete sections as needed -->

## Description

Adds blog announcement

Note to reviewer: Aware of Vale issues - I am ignoring in this case

## 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-02-25 15:07:46 +00:00
Igor Aleksandrov 123f79504d
Added missing article on multiple pages (#22098)
## Description

In this PR I added an article that was missing from several similar
pages.

## Reviews

- [ ] Technical review
- [x] Editorial review
- [ ] Product review
2025-02-25 09:35:37 +00:00
Allie Sadler a0b3a20b96
Merge pull request #22089 from aevesdocker/ENGDOCS-2437
ENGDOCS-2437
2025-02-24 15:32:37 +00:00
Mikko Pesari 037df62293
Fix extra argument in example 2025-02-24 16:55:31 +02:00
Guillaume Lours acb8d12b7b
release-notes for Compose v2.33.1 version (#22077)
<!--Delete sections as needed -->

## Description
Add release note for the latest `v2.33.1` release of Compose
<!-- 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: Guillaume Lours <705411+glours@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-02-24 10:13:17 +00:00
Marc PEREZ 4d9750207c
fix typo in kubernetes rootless mode documentation (#22076)
<!--Delete sections as needed -->

## Description

<!-- Tell us what you did and why -->
It bothered me
## 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
2025-02-24 09:37:48 +00:00
Craig Osterhout a9efacad06
fix image ref (#22069)
<!--Delete sections as needed -->

## Description

Fix relative image path.


https://deploy-preview-22069--docsdocker.netlify.app/desktop/features/gordon/#get-help-with-running-a-container

## 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-02-24 09:34:38 +00:00
Craig Osterhout b1124369cd
Merge pull request #22080 from Bobbypip/patch-1
Update develop.md
2025-02-21 18:59:09 -08:00
Craig Osterhout d2dae2d741
add redirect (#22083)
<!--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: Craig <craig.osterhout@docker.com>
2025-02-21 17:58:30 -08:00
Sarah Sanders d9eb2332f9
billing and docker hub: pricing updates (#22081)
## Description
- Pricing updates for pulls and storage

## Related issues or tickets

## Reviews

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

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-02-21 20:27:57 -05:00
Roberto Robles 48084c86e5
Update develop.md
Server port is incorrect, due this issue server cannot be available at http://localhost:8080/
2025-02-21 14:55:48 -06:00
Josh 8d87ca81c0
Update oat docs for company owners (#22079)
<!--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
2025-02-21 15:46:10 -05:00
Sarah Sanders bfbd3d7494
sso: update troubleshooting guide (#22001)
## Description
- Added troubleshooting guide for SSO group mapping:
https://deploy-preview-22001--docsdocker.netlify.app/security/troubleshoot/troubleshoot-sso/
- Moved old SSO troubleshooting guide to new file, added aliases
- Reformatted old SSO troubleshooting content to match new template

## Related issues or tickets
- [ENGDOCS-2367](https://docker.atlassian.net/browse/ENGDOCS-2367)

## Reviews
- [ ] Editorial review

[ENGDOCS-2367]:
https://docker.atlassian.net/browse/ENGDOCS-2367?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
2025-02-21 12:05:08 -05:00
Vegard Lillesalt Valvik 115be657f1
Fix small typo (#22073)
Fix typo, "fore" -> "for"
2025-02-21 08:03:20 -08:00
Sebastiaan van Stijn baeb2f8515
engine: update API versions and example (#22066)
<!--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: Sebastiaan van Stijn <github@gone.nl>
2025-02-20 14:22:22 +00:00
Cesar Talledo aa7c3e19eb
Update important note in ECI doc per latest developments. (#22020)
<!--Delete sections as needed -->

## Description

Updated a note in the ECI docs, per latest feature developments.

## Reviews

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

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

---------

Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-02-20 12:42:47 +00:00
CrazyMax 0ccbeadf49
build: dockerfile frontend 1.14.0 release notes (#22064)
<!--Delete sections as needed -->

## Description

* https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.14.0
* https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.14.0-labs

## Reviews

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

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

---------

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-02-20 12:40:33 +00:00
CrazyMax 54144f42e1
Merge pull request #22063 from crazy-max/buildx-0.21.0
build: buildx 0.21.0 release notes
2025-02-20 12:39:58 +00:00
Paweł Gronowski df46163d36
engine: 28.0.0 (#22007)
- follow up to: https://github.com/docker/docs/pull/21932
## 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>
2025-02-20 11:34:35 +00:00
Usha Mandya eeca23a260 Remove link to the public roadmap
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2025-02-20 11:02:52 +00:00
Paweł Gronowski 7cf1b1cac4
engine: 28.0.0 release notes (#21932)
<!--Delete sections as needed -->

## Description

engine: 28.0.0 release notes

<!-- 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: aevesdocker <allie.sadler@docker.com>
2025-02-20 10:09:36 +00:00
Rob Murray 3520fa2ed9
Updates for moby 28.0 networking (#21612)
## Description

Updates for moby 28.0 networking.

## Related issues or tickets

Series of commits ...
- Fix description of 'inhibit_ipv4'
- Not changed in moby 28.0, updated to clarify difference from (new)
IPv6-only networks.
- Updates to default bridge address config
  - https://github.com/moby/moby/pull/48319
- Describe IPv6-only network config
  - https://github.com/moby/moby/pull/48271
  - https://github.com/docker/cli/pull/5599
- Update description of gateway modes
  - https://github.com/moby/moby/pull/48594
  - https://github.com/moby/moby/pull/48596
  - https://github.com/moby/moby/pull/48597
- Describe gateway selection in the networking overview.
  - https://github.com/docker/cli/pull/5664
- Describe gateway mode `isolated`
  - https://github.com/moby/moby/pull/49262

## Reviews

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

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

---------

Signed-off-by: Rob Murray <rob.murray@docker.com>
2025-02-20 10:09:14 +00:00
CrazyMax 54c2a9cf8d
buildx: buildx history trace stub
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-02-20 10:34:10 +01:00
Craig Osterhout 9bfe7ad474
hub: add image management (#22052)
<!--Delete sections as needed -->

## Description

Added topic for new image management feature.
Updated usage management topic to reference new topic.
Updated release notes.

-
https://deploy-preview-22052--docsdocker.netlify.app/docker-hub/repos/manage/hub-images/
-
https://deploy-preview-22052--docsdocker.netlify.app/docker-hub/repos/manage/hub-images/manage/
-
https://deploy-preview-22052--docsdocker.netlify.app/docker-hub/usage/manage/
-
https://deploy-preview-22052--docsdocker.netlify.app/docker-hub/release-notes/


## Reviews

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

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

---------

Signed-off-by: Craig <craig.osterhout@docker.com>
Co-authored-by: Sarah Sanders <sarah.sanders@docker.com>
2025-02-19 10:57:09 -08:00
Allie Sadler f488c8a10d
release rollouts (#22044)
<!--Delete sections as needed -->

## Description

Went through Hotjar feedback and we get quite a few reports of the
latest version not being immediately available. (We also get this
question in GitHub and Kapa and on Slack). Have added a line to explain
this.

Also removed the link to the public roadmap as I'm not sure how often
this is updated

## 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-02-19 08:45:40 +00:00
Josh fdfb1614c3
Improve auth docs and add oat tags for use (#22045)
<!--Delete sections as needed -->

## Description

This improves our authentication docs in our API. Additionally, we need
to note on certain routes where OAT bearers are allowed.

## 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
- [x] Editorial review
- [ ] Product review

---------

Co-authored-by: Sarah Sanders <sarah.sanders@docker.com>
2025-02-18 15:05:44 -05:00
Sarah Sanders 5ba3cdbe81
Merge pull request #22040 from sarahsanders-docker/billing-clarification
billing: docker hub pre-paid clarification
2025-02-18 13:18:33 -05:00
Sarah Sanders ccfc55e39e Remove image pull wording, replace with pulls 2025-02-18 10:26:14 -05:00
CrazyMax 7c42a9fef5
buildx: metadata envs (#22049)
<!--Delete sections as needed -->

## Description

Missing documentation for buildx metadata envs

## Related issues or tickets

follow up:
* https://github.com/docker/buildx/pull/2280
* https://github.com/docker/buildx/pull/2551

## Reviews

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

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

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-02-18 13:05:19 +00:00
Sarah Sanders 7006169ff9 Clarify pre-paid storage expiration and image pull adjustments 2025-02-14 15:14:49 -05:00
Allie Sadler da9b5a7fbc
eci mention (#22028)
<!--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-02-14 08:21:11 +00:00
Allie Sadler 90824aed51
ENGDOCS-2429 (#22032)
<!--Delete sections as needed -->

## Description

Adds https://github.com/compose-spec/compose-spec/pull/569

## 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-02-14 08:21:02 +00:00
Expeto ceafe3f998
new genai rag guide (#21703)
## Description
Added a new guide about RAG with genAI which also explains how RAG
actually work

## Reviews



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

---------

Signed-off-by: Your Name <you@example.com>
Co-authored-by: Your Name <you@example.com>
Co-authored-by: Baransel SAGINDA <redirecter2@gmail.com>
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
2025-02-13 14:45:03 -08:00
Craig 46290f6e7a
desktop: fix some redirect issues
Signed-off-by: Craig <craig.osterhout@docker.com>
2025-02-13 11:54:39 -08:00
Craig Osterhout ebb2fe4e34
Merge pull request #21893 from Pradumnasaraf/add-deno
docs: Add language-specific guide for Deno runtime
2025-02-13 10:44:52 -08:00
Craig Osterhout 62f8262a70
Update content/guides/deno/develop.md 2025-02-13 10:38:57 -08:00
Craig Osterhout f7014d35ff
Update content/guides/deno/containerize.md 2025-02-13 10:38:51 -08:00
Craig Osterhout 98f736896a
accounts: update nav (#21983)
<!--Delete sections as needed -->

## Description

The account settings screen will now have left navigation.
Updated navigation in steps related to "account settings".

## Related issues or tickets

ENGDOCS-2415

## Reviews

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

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

Signed-off-by: Craig <craig.osterhout@docker.com>
2025-02-13 12:46:54 -05:00
CrazyMax b95f15af10
bake: update files lookup order (#22029)
<!--Delete sections as needed -->

## Related issues or tickets

* fixes https://github.com/docker/docs/issues/22018

## Reviews

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

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

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-02-13 15:35:14 +00:00
Sarah Sanders 6c3cc9396c
security: update manage members and SSO users FAQs (#22021)
## Description
- During Kapa triage, I noticed two uncertain answers: one regarding
SCIM enablement impact on existing licensed users and one about deleting
a user with SSO enabled
- These updates address both to improve future Kapa convos and sources
- Update to `members.md` that adds a callout about removing members from
an org, clarifying that SSO w/ SCIM enabled is a little different (must
be done in IdP)
- Update to `user-faqs.md` that adds a new FAQ clarifying the impact of
enabling SCIM for existing licensed users

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

## Reviews
- [ ] Technical review
- [ ] Editorial review
2025-02-13 09:04:07 -05:00
Nicolas De loof da13512a3d
Bump compose v2.33.0 (#22025)
## Description

Bump compose to v2.33.0

## Related issues or tickets

https://docker.atlassian.net/browse/APCLI-966

## Reviews

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

---------

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-02-13 13:32:49 +00:00
Allie Sadler 000f71b2d6
ENGDOCS-2427 (#22026)
<!--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-02-13 12:26:57 +00:00
Josh dc2456054f
Merge pull request #22002 from technicallyjosh/main
Add new auth token docs
2025-02-12 12:38:30 -07:00
Josh 64dfe010e1
Update content/reference/api/hub/latest.yaml
Co-authored-by: Sarah Sanders <sarah.sanders@docker.com>
2025-02-12 12:18:27 -07:00
Josh cef2f9fa18
Update content/reference/api/hub/latest.yaml
Co-authored-by: Sarah Sanders <sarah.sanders@docker.com>
2025-02-12 12:18:20 -07:00
Josh 86840f5777
Update content/reference/api/hub/latest.yaml
Co-authored-by: Sarah Sanders <sarah.sanders@docker.com>
2025-02-12 12:18:12 -07:00
Pradumna Saraf 75a7f4e338
Update content/guides/deno/deploy.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
2025-02-12 20:32:38 +05:30
Pradumna Saraf 79fd794564
Update content/guides/deno/deploy.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
2025-02-12 20:32:30 +05:30
Pradumna Saraf 188562628e
Update content/guides/deno/containerize.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
2025-02-12 20:32:19 +05:30
Pradumna Saraf 74e0931e5b
Update content/guides/deno/deploy.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
2025-02-12 20:32:11 +05:30
Pradumna Saraf 223d348ddc
Update content/guides/deno/deploy.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
2025-02-12 20:32:04 +05:30
Pradumna Saraf 139fce8441
Update content/guides/deno/configure-ci-cd.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
2025-02-12 20:31:56 +05:30
Pradumna Saraf 996ff65807
Update content/guides/deno/containerize.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
2025-02-12 20:31:51 +05:30
Pradumna Saraf aee0079f97
Update content/guides/deno/containerize.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
2025-02-12 20:31:43 +05:30
Sarah Sanders e6d34217e8
Merge pull request #22008 from sarahsanders-docker/fix-contribute
chore: quick fix for contribute guide
2025-02-12 08:59:15 -05:00
Sarah Sanders 70ed1cee94 Wrap in markdown 2025-02-11 13:11:51 -05:00
Sarah Sanders 9e60716575 Remove EA badge from AC 2025-02-11 11:46:06 -05:00
Sarah Sanders f2c827f677
cx: remove EA from Docker Home/Admin Console/Settings (#21999)
## Description
- We are removing EA iconography in Docker Home/Settings/Admin Console
UI
- This PR removes it from the docs as well

## Related issues or tickets
- [ENGDOCS-2417](https://docker.atlassian.net/browse/ENGDOCS-2417)
- AC-4547
- https://github.com/docker/frontends/pull/11457

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

[ENGDOCS-2417]:
https://docker.atlassian.net/browse/ENGDOCS-2417?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
2025-02-11 11:11:56 -05:00
Craig Osterhout 70ed8a7ca7
Merge pull request #21984 from sheltongraves/patch-9
Update storage.md
2025-02-11 07:52:28 -08:00
Sarah Sanders c2e5ebfb1e Quick fix for contribute guide Hugo error 2025-02-11 10:31:25 -05:00
Josh Newman 5ca0de5516
Add new auth token docs 2025-02-10 16:04:32 -07:00
Sarah Sanders 24f4b0ebef
Update content/manuals/engine/install/ubuntu.md
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
2025-02-10 10:59:26 -05:00
Sarah Sanders 146dceda9e Fix 404 2025-02-10 09:58:55 -05:00
AzureleMoon fd72fa659e
Update local.md
fixing --cache-from typo
2025-02-07 18:44:37 +03:30
sheltongraves c9ed52290f
Update storage.md
Updating docs page to include what will happen if a personal plan is over 2 GB limit.
2025-02-06 15:40:28 -05:00
Allie Sadler 4e1eb2942a
add shortcode (#21972)
<!--Delete sections as needed -->

## Description

Adds shortcode and renames the page (have not added an alias as the page
has been live for less than 24 hours so does not need one)

## 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-02-06 08:30:33 +00:00
Allie Sadler 86b71d1dce
ENGDOCS-2409 (#21963)
<!--Delete sections as needed -->

## Description

Spec updates:

Adds https://github.com/compose-spec/compose-spec/pull/563
Adds https://github.com/compose-spec/compose-spec/pull/558
Adds https://github.com/compose-spec/compose-spec/pull/565

## 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-02-06 08:30:20 +00:00
Allie Sadler d40ec55ad7
ENGDOCS-2411 (#21978)
<!--Delete sections as needed -->

## Description

Some issue triage:
- Closes https://github.com/docker/docs/issues/19894
- Closes https://github.com/docker/docs/issues/21952

## 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-02-05 15:07:26 +00:00
Jean-Philippe Briend b2c3d0da6e
uninstall: vmnetd and socket can remain on disk before 4.37 (#21909)
ref: ART-68

<!--Delete sections as needed -->

## Description

Inform users that before `4.37` versions, the uninstaller could leave 2
files on MacOS: `vmnetd` and `socket` in the
`/Library/PrivilegedHelperTools` folder.

## Related issues or tickets

ART-68

## Reviews

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

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

---------

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-02-05 14:12:39 +00:00
CrazyMax 5e631cd00f
build-ui: release note for 4.38 (#21974)
## Description

Build UI release notes for Docker Desktop 4.38

## Reviews

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

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

---------

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-02-05 13:08:19 +00:00
Petteri Räty 65585fdd6c
Fix argument name to docker network create (#21966)
<!--Delete sections as needed -->

## Description

```
$ docker network create --help | grep opt
      --ipam-opt map         Set IPAM driver specific options (default map[])
  -o, --opt map              Set driver specific options (default map[])
```

So the documentation should be changed from using --option to --opt.
2025-02-05 11:01:18 +00:00
Rashi Chaubal 6c679a648d
fix: clarified rprivate by adding spell out recursive private in volumes.md (#21711)
## Description

<!-- Tell us what you did and why -->
To avoid confusion of rprivate provided fix: clarified rprivate by
adding spell out recursive private in volumes.md

## Related issues or tickets
#21688

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

## Reviews

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

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

---------

Signed-off-by: Rashi Chaubal <12rashic@gmail.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-02-05 09:19:29 +00:00
Raphael Cazer a99cd5a131
Little parts of text outdated for 2024 (#21484)
Only 3 changes

## Description

I'm learning about docker and i noticed in my terminal some parts was
different, only text parts

---------

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-02-05 09:19:16 +00:00
Jeff 6668a3372c
rg-2372: Update allow list to fix R2 URL (#21964)
<!--Delete sections as needed -->

## Description
* Updates allowlist to correct R2 url
* Clarify that R2 URLs are for free access only

<!-- 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: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-02-05 08:59:29 +00:00
Cesar Talledo f084d83d61
Typo fix in ECI FAQ doc. (#21965)
<!--Delete sections as needed -->

## Description

Typo fix in the ECI FAQ doc.

## Reviews

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

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

Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
2025-02-05 08:39:13 +00:00
Sarah Sanders 3374d9ebe6 remove redirect loop 2025-02-04 13:31:50 -08:00
Nicolas De loof 64b1d41c96
document support for services reference as additional_contexts (#21941)
## Description

document support for `services:xx` syntax in additional_contexts

## Related issues or tickets

https://docker.atlassian.net/browse/APCLI-928

## Reviews

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

---------

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-02-04 15:34:59 +00:00
Cesar Talledo cb21bfc60f
ECI and Kubernetes Improvements (#21961)
<!--Delete sections as needed -->

## Description

* Added an image in the "Deploy on Kubernetes" section showing the
Docker Desktop Kubernetes settings.
* Updated the ECI FAQs regarding ECI protection for docker build and
Kubernetes.

## Reviews

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

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

---------

Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-02-04 10:03:33 +00:00
Andrea Reale 8b264bd54f
wsl2: cover custom WSL2 kernels (#21956)
## Description

Many customers wonder whether they can use custom kernels on WSL2 and
whether that's officially supported. Explain it is not, but also clarify
that they can do that at their own risk.

Also provide some helpful suggestins.

## Related issues or tickets

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

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

---------

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-02-04 09:50:24 +00:00
Allie Sadler 272478ea34
gordon-redirects (#21958)
<!--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-02-04 08:09:34 +00:00
Craig Osterhout f2f023a8e3
hub: Ipv6 abuse limit (#21905)
## Description

- Update abuse rate limit to specify it is per IPv4 address or IPv6 /64
subnet.
(https://deploy-preview-21905--docsdocker.netlify.app/docker-hub/usage/#abuse-rate-limit)
- Add section to call this out and provide workaround.
(https://deploy-preview-21905--docsdocker.netlify.app/docker-hub/usage/pulls/#rate-limiting-on-third-party-platforms)
- Update pull rate limit in tables to include IPv6 for unauthenticated
users

## Related issues or tickets

https://docker.slack.com/archives/C04300R4G5U/p1737814817277139

## Reviews

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

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

---------

Signed-off-by: Craig <craig.osterhout@docker.com>
2025-02-03 09:53:15 -08:00
Djordje Lukic 6d0fbf3834
Add documentation for MCP usage with Gordon (#21955)
<!--Delete sections as needed -->

## Description

* Moved gordon into its own directory
* Add a page that explains how MCP servers work with Gordon

## 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
- [x] Editorial review
- [ ] Product review

---------

Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-02-03 17:41:40 +00:00
CrazyMax 0020f7d97b
bake: remove experimental callout (#21954)
## Description

Bake is GA since Buildx 0.20.0, seems
https://github.com/docker/docs/pull/21667 didn't take this commit into
account:
705190702a

## Reviews

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

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

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-02-03 09:35:25 +00:00
CrazyMax 3d156389d8
Merge pull request #21953 from mpesari/patch-1
Fix build example diff in multi-platform.md
2025-02-03 10:01:45 +01:00
Plain 01a0f9718d
Update file-watch.md: add ignore attribute path (#21820)
## Description

I added some explanation about the `ignore` attribute in the watch rule.
I noticed the document says:

> All paths are relative to the project directory

However, when I deployed it in my project, I found that my container was
rebuilding crazily based on the action I defined.

After testing, I discovered that the `ignore` path is actually relative
to the `path` defined in the same `watch` rule, not the project
directory. I also confirmed this with the AI on the Docker Docs website.

This PR updates the documentation to clarify this behavior.

---------

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
Co-authored-by: Guillaume Lours <705411+glours@users.noreply.github.com>
2025-02-03 08:46:59 +00:00
Mikko Pesari ca9eb9721a
Fix build example diff in multi-platform.md 2025-02-03 10:46:43 +02:00
Natividad Baena 668d86b8bf
Fixed set up
'setup' is a noun and 'set up' is a verb
2025-02-01 14:04:13 +01:00
Craig Osterhout 7008f1f213
add aliases for 404s (#21945)
<!--Delete sections as needed -->

## Description

Add some aliases for some top 404s.

https://heapanalytics.com/app/env/4204607514/graph/chart/Docs-Weekly-404-Errors-13539083

## 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-01-31 14:10:10 -08:00
Sarah Sanders 61fa434aea
fix: hugo includes rendering bug (#21943)
## Description
- There is a bug in Hugo that is not parsing includes that begin with a
shortcode correctly
- The fix here replaces the admin-early-access.md include with our
summary bar solution
- Summary bar shortcode updated to support text in the `availability`
field, this will allow us more flexibility with customizing this field
while still supporting the iconography
- NOTE: We will not be able to add the summary bar inside
{{tab}}/{{tabs}} layouts because it messes up the rendering

## Related issues or tickets

## Reviews

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

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-01-31 11:18:22 -08:00
Allie Sadler 1a7d135ded
ENGDOCS-2406 (#21938)
<!--Delete sections as needed -->

## Description

Request to make adding mutliple orgs more clear. Most of the methods are
clear enough from the text and examples, but have added a line for the
windows registry key method

## 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-01-31 16:11:18 +00:00
Sarah Sanders 477606d2c2
iam: clarify enforce sign-in/sso (#21933)
## Description
- Kapa returned an uncertain and incorrect response when a user asked
`How does sign-in enforcement work when using the command line?`
- Added a callout to enforce DD sign-in doc that clarifies that CLI
login experience is not impacted
- Clarified CLI login experience is only impacted for enforce SSO
- Other nits while I was in these files, including removing mention of
service accounts since they are no longer offered after Dec. 10 2024

## Related issues or tickets
- [ENGDOCS-2401](https://docker.atlassian.net/browse/ENGDOCS-2401)

## Reviews
- [ ] Editorial review

[ENGDOCS-2401]:
https://docker.atlassian.net/browse/ENGDOCS-2401?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
2025-01-31 07:19:47 -08:00
Sarah Sanders 1a75c30b20
billing: docs updates for tax changes (#21928)
## Description
- Docker will begin charging taxes/VAT for all European countries
starting March 1st 2025
- Updated Billing FAQ and "Update billing information" guide 

## Related issues or tickets
-
[ENGDOCS-2399](https://docker.atlassian.net/browse/ENGDOCS-2399?atlOrigin=eyJpIjoiMGZhMDdmNDczZDFjNGMyMzg3NzY5NGMxZTU2NDZiYjgiLCJwIjoiaiJ9)

## Reviews
- [ ] Editorial review

[ENGDOCS-2399]:
https://docker.atlassian.net/browse/ENGDOCS-2399?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ

---------

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-01-31 07:18:58 -08:00
Allie Sadler cc9ab908d5
release notes updates (#21934)
<!--Delete sections as needed -->

## Description

Adds links, tidies, etc

## 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-01-31 11:58:37 +00:00
Nils Israel 255c59bf55
Merge pull request #21749 from nisrael/patch-1
directly support ubuntu based distros in add repository snippet
2025-01-31 12:51:15 +01:00
David Karlsson 313ea775b3
desktop: update Gordon enablement procedure for DD 4.38 (#21921)
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

---------

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2025-01-30 16:32:46 +00:00
Allie Sadler 65ed975abe
ENGDOCS-2405d (#21925)
<!--Delete sections as needed -->

## Description

Small addition to update settings. Eng team didn't want a big
announcement, so burying it slightly for now

## 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
2025-01-30 16:28:51 +00:00
Allie Sadler 6c882e6aae
ENGDOCS-2405c (#21924)
<!--Delete sections as needed -->

## Description

Couple of items moving into GA

## 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-01-30 16:28:03 +00:00
Allie Sadler 433744e6c9
ENGDOCS-2405b (#21922)
<!--Delete sections as needed -->

## Description

Kubernetes updates for 4.38

## 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-01-30 16:27:49 +00:00
Allie Sadler 414c77d10b
ENGDOCS-2405a (#21917)
<!--Delete sections as needed -->

## Description

Add new DD CLI command for 4.38

## 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-01-30 16:27:39 +00:00
Lorena Rangel 399a363859
Docker desktop 4.38 release notes (#21901)
<!--Delete sections as needed -->

## Description

Docker Desktop 4.38 release notes

## 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: Lorena Rangel <lorena.rangel@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-01-30 16:24:37 +00:00
Sarah Sanders 9f56d945a7
chore: summary bar cleanup (#21887)
## Description
- Updated "Contribute" guide to reference summary bars, added
instructions for using them
- Removed `introduced` partial, this is now replaced by the summary bar
`requires` value
- Updated all files using `introduced` partial to use summary bar,
updated YAML file w/ feature name and info

## Related issues or tickets
[ENGDOCS-2392](https://docker.atlassian.net/browse/ENGDOCS-2392)

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

[ENGDOCS-2392]:
https://docker.atlassian.net/browse/ENGDOCS-2392?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
2025-01-30 07:54:26 -08:00
twelsh-aw 04d0957128
Improve security documentation with warning around windows containers (#21929)
## Description

Some background dialog between security, desktop, moby teams and some
security researchers. At the present time, this is an accepted risk in
Docker Desktop installations for Windows and should be clarified in
better detail.

## Related issues or tickets

PSEC-1839

## Reviews

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

- [ ] Technical review @gabriellavengeo 
- [ ] Editorial review
- [ ] Product review

---------

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-01-30 13:54:14 +00:00
Old Bay 92c3850fe1
Update configure.md (#21915)
Just fixed a typo. I am lazy, so I adjusted a single letter as to not
bother with any more grammar.

<!--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

---------

Co-authored-by: Sarah Sanders <sarah.sanders@docker.com>
2025-01-29 09:38:23 -08:00
Sarah Sanders d083617e9d
fix: update include.html for heading error (#21906)
## Description
- Problem: Some include shortcodes produce missing H3 ToC headings (ex:
https://docker.slack.com/archives/C039ZM6GH4Z/p1737545677728649)
- Fix: Update to include.html uses Hugo readFile function to fix parsing
errors and updated all include shortcodes using Find and Replace to use
correct syntax: `{{% "include-file" %}}`

## Related issues or tickets
-
[ENGDOCS-2398](https://docker.atlassian.net/browse/ENGDOCS-2398?atlOrigin=eyJpIjoiZGE3OTBmY2ExOTliNDVjY2JlOTc4Y2ViY2MwNDI3NDEiLCJwIjoiaiJ9)

## Reviews
- [ ] Technical review

[ENGDOCS-2398]:
https://docker.atlassian.net/browse/ENGDOCS-2398?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
2025-01-29 07:31:40 -08:00
Benoit de Chezelles 0f6df87ef1 guides: Fix cert extension to be auto-added by update-ca-certificates 2025-01-29 13:09:32 +01:00
David Karlsson 7e6ba1ede2
Merge pull request #21910 from dvdksn/bake-composable-attrs
build: composable bake attributes for cache-to/from, output, secret
2025-01-29 10:03:19 +01:00
alexandertuna ee59422b2d
Update multi-stage-builds.md to remove forced linebreak (#21907)
<!--Delete sections as needed -->

## Description

I removed linebreaks in multi-stage-builds.md. These linebreaks rendered
awkwardly in my browser and aren't used in other areas of the page.

Firefox screenshot:

<img width="802" alt="Screenshot 2025-01-27 at 6 27 28 PM"
src="https://github.com/user-attachments/assets/ac729e1a-0a5f-440c-a92c-8e7579eee6d3"
/>

## Reviews

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

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-01-28 15:41:06 -08:00
Craig Osterhout cce1d41e1c
hub: update gen ai catalog (#21912)
<!--Delete sections as needed -->

## Description

- Add callout for publishers on how to add content to the catalog.
- Add new MCP servers section

## Related issues or tickets

Hotjar-13635

## Reviews

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

- [ ] Editorial review

Signed-off-by: Craig <craig.osterhout@docker.com>
2025-01-28 15:22:19 -08:00
Craig Osterhout b098960cb8
add aliases for deprecated products (#21913)
<!--Delete sections as needed -->

## Description

Added some additional aliases for common 404s of deprecated product
pages.

https://heapanalytics.com/app/env/4204607514/graph/chart/Docs-Weekly-404-Errors-13539083

## 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-01-28 13:52:43 -08:00
Natividad Baena b90850dedf
Fix typo, extra space before period. (#21911)
Deleted an extra space before a period.
2025-01-28 13:40:37 -08:00
David Karlsson 12d642b2e2 build: composable bake attributes for cache-to/from, output, secret
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-01-28 14:43:24 +01:00
David Karlsson ca93b5889a
Merge pull request #21838 from dvdksn/sunset-products
manuals: add page on deprecated and retired features
2025-01-27 13:08:32 +01:00
Brandon Hunt e536caae57
Merge pull request #21877 from brandonh6k/main
Update dotnet to .NET 8.0 (LTS)
2025-01-27 11:33:29 +01:00
David Karlsson b9a3f191a9 build: add manuals section about named contexts
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-01-27 10:54:46 +01:00
David Karlsson f6e51646a4
Merge pull request #21588 from dvdksn/build-oci-artifact-opt
build: add oci-artifact exporter opt
2025-01-27 09:43:35 +01:00
David Karlsson d7d5762a77 manuals: add page on deprecated and retired features
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-01-27 09:42:13 +01:00
Allie Sadler 9e3da36298
ENGDOCS-2394 (#21892)
<!--Delete sections as needed -->

## Description

https://docker.slack.com/archives/C07J5KCP3GD/p1737481775573619

## 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-01-24 16:24:19 +00:00
Sarah Sanders 71052e0679
security: add FAQ for domain verification (#21888)
## Description
- Kapa had an [uncertain
response](https://app.kapa.ai/6e2e867c-43a5-47b9-8f1f-9f092b5d81b3/conversations/4f6c5bd9-6814-4e77-9b29-6b9109ab5845)
when a user asked about verifying a domain for multiple orgs
- Added FAQ to add as a Kapa source for improved answer

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

## Reviews
- [ ] Editorial review
2025-01-24 07:52:54 -08:00
CrazyMax aea16c3cfc
buildx: update to buildx 0.20.0 release notes (#21890)
## Description

To be aligned with GitHub one with new note callout:
https://github.com/docker/buildx/releases/tag/v0.20.0

## Reviews

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

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

---------

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-01-24 14:30:34 +00:00
Pradumna Saraf 9e5c09a5a1
fix: update repository URL in Deno guides to point to the correct source 2025-01-24 16:41:30 +05:30
Pradumna Saraf 935c0d4a49
docs: add Deno getting started guide with containerization and deployment instructions 2025-01-24 16:36:53 +05:30
mmtevelde fe329c7626
Update variables.md with missing word (#21878)
<!--Delete sections as needed -->

## Description
Add missing word to docs page for variables
<!-- Tell us what you did and why -->

## Related issues or tickets

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

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

- [ ] Technical review
- [X] Editorial review
- [ ] Product review
2025-01-24 08:49:24 +00:00
CrazyMax b2cf717099
build: buildx 0.20.1 release notes (#21889)
## Description

release notes for buildx 0.20.1:
https://github.com/docker/buildx/releases/tag/v0.20.1

## Reviews

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

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

---------

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-01-24 08:45:47 +00:00
Allie Sadler c71c741879
ENGDOCS-2388 (#21881)
<!--Delete sections as needed -->

## Description

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

## 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-01-23 15:51:34 +00:00
Allie Sadler f1a87f4fc0
ENGDOCS-2382 (#21848)
<!--Delete sections as needed -->

## Description

Some Compose spec updates:

Adds https://github.com/compose-spec/compose-spec/pull/557
Adds https://github.com/compose-spec/compose-spec/pull/555

## 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-01-23 15:51:21 +00:00
Allie Sadler 228cc0f586
Engdocs 2329 (#21847)
<!--Delete sections as needed -->

## Description

Admin guide on user and access management

## 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-01-23 15:51:08 +00:00
CrazyMax 48cb69f82c
build-ui: release notes for 4.36 and 4.37 (#21866)
## Description

Missing release notes for the build UI.

## Reviews

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

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

---------

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-01-23 09:39:57 +00:00
Sarah Sanders ddde535372
billing: clarity on private repos (#21872)
## Description
- Received a request from @sheltongraves to re-add a missing sentence
from Docker Hub billing page:
https://docker.slack.com/archives/C04300R4G5U/p1737576577083559
- Small nits updated too

## Related issues or tickets

[ENGDOCS-2389](https://docker.atlassian.net/browse/ENGDOCS-2389?atlOrigin=eyJpIjoiZDQyMDkwMjVjZjIzNDE1OWFiYTZjNDM3YTg5MWRlNzQiLCJwIjoiaiJ9)

## Reviews
- [ ] Editorial review

[ENGDOCS-2389]:
https://docker.atlassian.net/browse/ENGDOCS-2389?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
2025-01-22 13:49:20 -08:00
Sarah Sanders 2321e06857
Revert "ENGDOCS-2388 (#21868)" (#21873)
This reverts commit a68d7b0749.

Accidentally merged Allie's PR :(
2025-01-22 13:39:37 -08:00
Allie Sadler a68d7b0749
ENGDOCS-2388 (#21868)
<!--Delete sections as needed -->

## Description

Quick docs fix for a common reason why users may see that error. 
(Am aware the rest of the page could do with some attention, but it's
gotta wait its turn).

## 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-01-22 13:29:05 -08:00
Sebastiaan van Stijn dd14a642da
Merge pull request #21869 from vvoland/engine-27.5.1
engine: 27.5.1 release notes
2025-01-22 19:51:34 +01:00