Commit Graph

2675 Commits

Author SHA1 Message Date
Allie Sadler b90158cedf
Engdocs 2428 (#22068)
<!--Delete sections as needed -->

## Description

Adds new feature

## 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-03-05 14:01:36 +00:00
Allie Sadler 86571a530b
ENGDOCS-2438 (#22093)
<!--Delete sections as needed -->

## Description

Move DD CLI to GA
Adds new `logs` command
Slight wording changes
`update` command now available for all OSs but have said 4.39 min
version in docs even though it's been available for mac since 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-03-05 14:01:26 +00:00
Lorena Rangel 8261c1e39d
4.39.0 release notes (#22092)
Docker Desktop 4.39.0 release notes

---------

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-03-05 14:01:17 +00:00
Allie Sadler 91676d373c
CDI Compose support (#22131)
<!--Delete sections as needed -->

## Description

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

## 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-03-05 07:59:45 +00:00
sheltongraves fd28bc89e8
Update pulls.md (#22154)
Removing the DVP statement because not all DVPs have rate limit removal.
The publisher must pay for it, and there is not visual indication of
this for users at this time of what images have rate limits removed.

<!--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-03-04 08:17:49 -08:00
Manuel de la Peña b1c6f968e2
Merge pull request #22151 from mdelapenya/tc-is-oss
fix(testcontainers): rename to the proper project name
2025-03-04 10:57:07 +00:00
Manuel de la Peña c447580c82
Merge pull request #22149 from mdelapenya/tctypos
fix: testcontainers typos and link
2025-03-04 09:38:27 +00:00
Sarah Sanders e5bacdd5e0
security: fix air gapped containers example (#22148)
## Description
- The example in the air gapped containers guide needs to be an array,
not a string
https://docs.docker.com/security/for-admins/hardened-desktop/air-gapped-containers/

## Related issues or tickets
- https://docker.slack.com/archives/C04300R4G5U/p1741027918035939

## Reviews
- [ ] Editorial review
2025-03-03 16:27:50 -05:00
Craig Osterhout d6b1426865
testcontainers: fix left-nav formatting (#22147)
<!--Delete sections as needed -->

## Description

Moved topic out of folder to prevent left-nav drop-down with no child
content.

![image](https://github.com/user-attachments/assets/9488a308-8ef3-454c-bcee-906afdc13700)

![image](https://github.com/user-attachments/assets/2e2d4695-36c9-456a-a15d-5d57f47466b7)


## 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-03-03 12:19:42 -08:00
Sarah Sanders 1b43e04fcc
Merge pull request #22146 from sarahsanders-docker/update-UI-steps
dd: update UI steps for Enterprise DD install
2025-03-03 13:37:00 -05:00
Veesh Goldman 006608da5b
Update release-notes.md (#22143)
`x-initialSync` was misspelled as `x-initSync`, which can be frustrating
for users. Ref
876ecc48be/pkg/compose/watch.go (L170)
and
https://github.com/docker/compose/issues/11102#issuecomment-2327505438
2025-03-03 14:45:12 +00:00
Manuel de la Peña 231f97ccad
feat: add testcontainers-oss quickstart guides (#22120)
- **chore: add testcontainers entry in the OSS section of Manuals**
- **chore: adds quickstarts for tc-go and tc-java**

<!--Delete sections as needed -->

## Description
This PR adds the Testcontainers OSS section in the Manuals > OSS section
of the docs.

It's adding the following pages:

- index page with a basic description of the project, with two cards:
  - why use testcontainers, linking to a benefits page
  - quicktart, linking to a folder with two pages: Go and Java

Below the cards grid, it links to the testcontainers.com/getting-started
page.

The benefits page includes some of the content of the above
getting-started page, and the Go and Java quickstart pages are copying
the quickstart pages from Go
(https://golang.testcontainers.org/quickstart/) and Java
(https://java.testcontainers.org/quickstart/) in its 3 flavours (junit4,
junit5 and spock)

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

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

---------

Co-authored-by: aevesdocker <allie.sadler@docker.com>
2025-03-03 12:38:12 +00:00
Etienne Guerlain 1278c5b4c8
Update example in the Compose Build Specification (additional_contexts) to ease it's understanding (#22140)
There might by a slight error when illustrating the
`additional_contexts` attribute. The compose file declares two services
with the same name. It might induce misunderstanding, especially since
the second service's image uses the first one to build upon.

## Description

I replaced the key defining the second service of the compose file used
to illustrate the `additional_contexts` attribute, since the key `base`
is used twice. Of course, any better replacement could be used, instead
of `my-service`.

It is invalid to use the same key twice (the error: `mapping key "base"
already defined at line 2` is expected on `docker compose up`), and it
does harm the understanding of the illustrated point of building a
service's image using another one to share layers.

## Reviews

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

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-03-03 09:46:09 +00:00
Veck Hsiao a0cb5a75b6
Fixed typo in swarm-mode.md (#22138)
## Description

Fixed typo im content/manuals/engine/swarm/swarm-mode.md. 


## Related issues or tickets

Issue #22121

## Reviews

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

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-03-03 09:29:22 +00:00
Ville Skyttä 4693262586
Merge pull request #22135 from scop/docs/manuals-compose-yaml
docs(manuals): use canonical compose.yaml filename
2025-03-03 09:23:00 +00:00
Ville Skyttä ae3eec2c70
docs: grammar and spelling fixes (#22136)
<!--Delete sections as needed -->

## Description

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

Fix a few grammar and spelling errors.


## Reviews

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

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-02-28 14:13:37 -08:00
Sarah Sanders 1f684b9b92
hub/billing: cleanup hub pull docs (#22133)
## Description
Cleanup from DH pull limit updates:
- Removed redundant page
- Added redirects for removed page: `repositories.md`
- Updated the DH limit example to be in line with new limits + small
grammar nit

## Related issues or tickets
- https://docker.atlassian.net/browse/ENGDOCS-2455
- https://github.com/docker/docs/issues/22132

## Reviews
- [ ] Editorial review
2025-02-28 11:36:39 -05:00
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