Commit Graph

2836 Commits

Author SHA1 Message Date
Allie Sadler 1233cb7002
Revert "ai-section (#22514)"
This reverts commit 6f4e98652e.
2025-04-29 14:31:28 +01:00
Allie Sadler d71c3052c6
rn-fix (#22513)
<!--Delete sections as needed -->

## Description

Small RN fix 

## 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-04-29 14:10:50 +01:00
Allie Sadler 6f4e98652e
ai-section (#22514)
<!--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-04-29 14:07:12 +01:00
Andrey Sobolev 0e48c4beef
Fix a typo in the Build drivers manual (#22515)
## Description

This pull request fixes a minor typo in the Build drivers manual.
2025-04-29 13:37:45 +01:00
Allie Sadler 744ff18368
4.41-follow-ups (#22508)
<!--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-04-28 17:29:06 +01:00
Allie Sadler 1e394dd3cc
ENGDOCS-2572 (#22466)
<!--Delete sections as needed -->

## Description

- Add Windows NVIDIA GPU support for DMR 
- Add new `push` and `logs` functionality
- Update enable Gordon process to reflect GUI updates
- Known issues cleanup 

## 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: Sarah Sanders <sarah.sanders@docker.com>
2025-04-28 17:09:07 +01:00
Allie Sadler ef5c24df4d
ENGDOCS-2576 (#22476)
<!--Delete sections as needed -->

## Description

Adds QEMU deprecation date

## 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-04-28 17:08:50 +01:00
Allie Sadler 8b9bf56df8
ENGDOCS-2575 (#22475)
<!--Delete sections as needed -->

## Description

Adds new way to download the DD for Windows installer

## 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-04-28 17:08:23 +01:00
Allie Sadler b193ebe850
ENGDOCS-2573 (#22467)
<!--Delete sections as needed -->

## Description

Enhanced logs experience

## 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-04-28 17:08:09 +01:00
Guillaume Lours 75e9bc4f53
add Compose how-to page for Docker Model Runner support with Compose (#22392)
<!--Delete sections as needed -->

## Description
Add how-to page explaining how to use Docker Model Runner with Compose

## Related issues or tickets

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

## Reviews

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

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

---------

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
Co-authored-by: aevesdocker <allie.sadler@docker.com>
2025-04-28 17:07:41 +01:00
george a7be08a158
DD 4.41.0 release notes (#22468)
Docker Desktop 4.41.0 release notes
2025-04-28 17:07:19 +01:00
Allie Sadler eda11f9331
ENGDOCS-2586 (#22496)
<!--Delete sections as needed -->

## Description

Freshness on some Compose sections

## 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: Sarah Sanders <sarah.sanders@docker.com>
2025-04-28 15:58:30 +01:00
Allie Sadler ad49ff482f
ENGDOCS-2589 (#22507)
<!--Delete sections as needed -->

## Description

Freshness to the Compose install pages and Bridge page

## 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-04-28 15:58:15 +01:00
Andrey Sobolev fcb958a33f
Fix typos in the Builders manual (#22506)
## Description

This pull request fixes a few minor typos in the Builders manual.
2025-04-28 12:02:41 +01:00
Stefan Scherer 2671a073bf
Update code block examples (#22494)
<!--Delete sections as needed -->

## Description

This updates the code block examples to remove a reference to an old
domain name that is no longer used.

## 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-04-25 14:48:03 +01:00
Ishaan Mittal 95cebccd76
Merge pull request #22490 from mittal-ishaan/patch-1
Update typo in mac-permission-requirements.md
2025-04-25 08:52:07 +01:00
Kristiyan Velkov 9084d496e6
docs: added a guide for Dockerized React.js 19 application (#22375)
## Description

This PR introduces a comprehensive, language-specific guide for
containerizing React.js applications using Docker, aimed at helping
developers streamline development, testing, and deployment workflows. It
includes practical steps and examples to set up CI/CD pipelines using
GitHub Actions, aligning with modern DevOps best practices.

**What’s Included**
- Step-by-step instructions to containerize React.js apps using Docker.
- Configuration for a local development environment inside containers.
-  Guidance on running unit tests inside Docker containers.
- Full CI/CD pipeline setup using GitHub Actions for automated builds
and deployments.
- Deployment instructions for a local Kubernetes cluster to validate
production readiness.

 **Credits**
[Krisityan
Velkov](https://www.linkedin.com/in/kristiyan-velkov-763130b3/), Docker
Captain and experienced Front-end Engineer.

---------

Co-authored-by: kristiyan.velkov <kristiyan.velkov@ffw.com>
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
2025-04-24 07:24:22 -07:00
karman 633830abc8
update configuration profile section (#22479)
<!--Delete sections as needed -->

## Description

context: https://docker.slack.com/archives/C027X59V596/p1745407376922009

## 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: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-04-24 12:57:01 +01:00
Andrey Sobolev 675c90866e
Fix a few typos in the "Base images" manual (#22486)
## Description

The pull request fixes a few minor typos in the "Base images" manual.
2025-04-24 12:55:59 +01:00
Andrey Sobolev 9683207107
Fix a few typos in the "Environment variables precedence in Compose" manual (#22485)
## Description

This pull request fixes a few minor typos in the "Environment variables
precedence in Docker Compose" manual.
2025-04-24 12:55:25 +01:00
Monica Chao d0e601bc89
Merge pull request #22474 from chaomonica/SEG-1124
docs: Added section explaining how RAM configurations restricting Docker hub interacts with mirror registries
2025-04-24 11:24:38 +01:00
Albert Tanure 7b9471d4b2
Add: Add quickstart.md improvements (#22272)
## Description

I did some improvements to the quickstart.md file, adding images and
improve some descriptions to be albe to helo learners to find the
references mentioned in the file.

## Related issues or tickets

No related issues or ticket.

## Reviews

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

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

---------

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
2025-04-23 14:28:06 -07:00
Sarah Sanders 0c89cc7413
security: remove outdated limitation and add suggestion for OATs (#22461)
## Description
- PATs are transferred to org owners when converting a user account to
an org now
- Adds suggestion to use OATs
- Preview:
https://deploy-preview-22461--docsdocker.netlify.app/admin/organization/convert-account/

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

## Reviews
- [ ] Editorial review

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

---------

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-04-22 12:16:40 -04:00
Andrey Sobolev dfa115290b
Fix link to Celery docs 2025-04-22 17:13:47 +03:00
Guillaume Lours 8339b4473e
release-notes for Compose v2.35.1 version (#22456)
<!--Delete sections as needed -->

## Description
Add release notes for latest Compose release `v2.35.1`

## Related issues or tickets

N/A

## Reviews

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

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

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
2025-04-22 10:10:09 +01:00
karman 452734fa3a
call out the behavior when PAC file download fails (#22464)
<!--Delete sections as needed -->

## Description

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

## Related issues or tickets


https://docker.slack.com/archives/C02DDPKLJ0J/p1744707532756369?thread_ts=1744293644.289759&cid=C02DDPKLJ0J

<!-- 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-04-22 10:07:29 +01:00
Jakub Meysner 211733e3d3
Fix typos in wasm.md (#22455)
<!--Delete sections as needed -->

## Description

Fix 2 small typos in the Wasm workloads doc.

## Reviews

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

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-04-22 09:47:47 +01:00
Andrey Sobolev 4f7b212c9a
Fix the link to the "Running containers" documentation in the "Using lifecycle hooks with Compose" manual (#22451)
## Description

[The current documentation
link](https://github.com/manuals//engine/containers/run.md#default-command-and-options)
responds with `Not Found`.
See the available manuals for containers
[here](https://github.com/docker/docs/tree/main/content/manuals/engine/containers).

---------

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-04-22 09:38:36 +01:00
Allie Sadler e73846d9bb
rm: projects docs (#22445)
<!--Delete sections as needed -->

## Description

Removes project docs. 
They have been archived into the team's google drive

## 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-04-22 09:10:25 +01:00
Sarah Sanders 23589f14d2
security: caveats for admin-settings.json (#22441)
## Description
- admin-settings.json required sign in & business subscription, or the
file will not apply settings
- updated prereqs to be clearer, added a known limitations section for
air-gapped containers or regulated environments that can't authenticate

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

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

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

---------

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
2025-04-21 09:06:29 -04:00
Paweł Gronowski 0583f11b71
engine: v28.1.1
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2025-04-18 11:52:18 +02:00
Craig Osterhout a6a887c1cb
glossary: add static terms (#22401)
<!--Delete sections as needed -->

## Description

Reverted the glossary back to some static terms and instead added a tip
to ask AI.

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

## Related issues or tickets

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

## Reviews


- [ ] Editorial review

---------

Signed-off-by: Craig <craig.osterhout@docker.com>
2025-04-17 13:37:39 -07:00
Paweł Gronowski a86ab99a21
engine: v28.1.0 (#22438)
<!--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>
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2025-04-17 15:05:52 +01:00
Sarah Sanders 060688a95e
admin: clarification for company owner seats (#22440)
## Description
- Company owners do not normally occupy seats, but there are some
caveats where they might (SSO is enabled or they are a member of an org)
- Updated company owners doc, and FAQ

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

## Reviews
- [ ] Editorial review

[ENGDOCS-2562]:
https://docker.atlassian.net/browse/ENGDOCS-2562?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
2025-04-17 08:31:11 -04:00
Ian Lee a996f877f9
Fixed typo in kubectl path (#22447)
Noticed a typo in the path for kubectl at least as of Docker Desktop
4.40.0
2025-04-17 07:47:11 +01:00
CrazyMax 6324a8ce55
build: buildx 0.22.0 and 0.23.0 release notes (#22442)
## Description

* https://github.com/docker/buildx/releases/tag/v0.22.0
* https://github.com/docker/buildx/releases/tag/v0.23.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-04-16 15:19:52 +01:00
CrazyMax 98beb3b9cb
build: dockerfile 1.14.1 and 1.15.0 release notes (#22443)
## Description

* https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.14.1
* https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.15.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-04-16 15:18:19 +01:00
CrazyMax 5ee543240c
Merge pull request #22433 from docker-tools-robot/dispatch/buildx-ref-v0.23.0
Update buildx reference to v0.23.0
2025-04-16 15:21:12 +02:00
CrazyMax 5226053fe9
buildx: buildx history export stub
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-04-16 15:17:35 +02:00
Cesar Talledo 3da3b16a61
admin-settings: add note regarding KinD + ECI config. (#22435)
<!--Delete sections as needed -->

## Description

In the admin-settings docs, in the section that describes settings for
Docker Desktop Kubernetes, add a note indicating that if a custom
repository is used for Kubernetes node images, and if Enhanced Container
Isolation (ECI) is enabled, the custom repository images must also be
added to the ECI Docker Socket image list setting.

## Related issues or tickets

https://docker.atlassian.net/browse/POS-2924
https://docker.atlassian.net/browse/SEG-1102

## 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: Sarah Sanders <sarah.sanders@docker.com>
2025-04-16 09:13:36 -04:00
aevesdocker 458ca8b842 network link 2025-04-15 13:27:23 +01:00
Adam.lee 5a79330e6f
Fix some error description in the volumes manual (#22430)
## Description

This Pull Request fixes a few error description in the "volumes" manual.

## Reviews

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

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-04-15 13:23:00 +01:00
Bokyeom 6aa8403d80
Merge pull request #22426 from k-kbk/patch-1
Fix minor typos in file-watch.md
2025-04-15 10:12:03 +01:00
Sarah Sanders 983e42eaea
Merge pull request #22415 from sarahsanders-docker/TXT-records
iam: add DNS host instructions for adding TXT records
2025-04-14 13:33:21 -04:00
Allie Sadler 013c3abd81
Oss 5 (#22383)
<!--Delete sections as needed -->

## Description

https://docker.atlassian.net/browse/OSS-5

## 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-04-14 11:09:33 +01:00
Carlos Quintero 00297fd8e3
Fix typo (#22417)
Fix small typo
2025-04-14 08:10:00 +01:00
Bokyeom 2c4fffec57
Fix minor typos (#22419)
## Description
Fixed minor typos to improve readability.
2025-04-14 08:09:26 +01:00
Allie Sadler 12698a8d47
ENGDOCS-2553 (#22413)
<!--Delete sections as needed -->

## Description

Adds new `volume.type=image` to the spec

## Related issues or tickets

https://github.com/compose-spec/compose-spec/pull/585/files

## Reviews

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

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-04-11 16:08:30 +01:00
Sarah Sanders c9366f284e
cx: add deprecation alerts to hub org management docs (#22386)
## Description
Core experiences is planning to deprecate org management in Docker Hub
in a few months (~2ish months). This will remove org management from the
following DH pages:
- Members
- Teams
- Activity Logs
- Settings - General
- Settings - Security
- Settings - Image Access
- Settings Registry Access
- Settings - Deactivate org

This PR:
- Adds an include for the hub management callouts
- Adds the new include to all docs that mention deprecated flows/pages
for hub org management (docs across Admin and Security mostly)
- Restructuring docs w/ Admin Console vs. Docker Hub tabs, leading with
Admin Console
- Some other small nits while I was in this area

_I am still waiting on confirmation about Team repo management. This is
not currently in the Admin Console._

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

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

[ENGDOCS-2516]:
https://docker.atlassian.net/browse/ENGDOCS-2516?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
2025-04-11 10:23:54 -04:00
Allie Sadler 11e8cb3925
Merge pull request #22408 from aevesdocker/ENGDOCS-2549
ENGDOCS-2549
2025-04-11 08:11:39 +01:00