Commit Graph

70 Commits

Author SHA1 Message Date
Allie Sadler 2de298e0af
Merge pull request #22225 from aevesdocker/ENGDOCS-2478
ENGDOCS-2478
2025-03-13 08:32:01 +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
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
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
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 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
Allie Sadler 150f788ed2
ENGDOCS-2379 (#21823)
<!--Delete sections as needed -->

## Description

Kubernetes freshness. Only new new content is on Troubleshooting. Rest
is expanded slightly/presented better.

## 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>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-01-17 12:16:42 +00:00
Allie Sadler 672a2130bb
Engdocs 2335b (#21809)
<!--Delete sections as needed -->

## Description

This PR reorganizes some of the Docker Hub release notes (RN) content,
moving it into a separate, dedicated Platform release notes section.

With the introduction of a distinct Platform section in the docs,
encompassing its own products, certain content from the Docker Hub
release notes no longer applies. Similarly, some updates from the Docker
Desktop release notes are better highlighted in the new Platform RN.

As more features are added to the Admin Console, Docker Home, and
security, billing, subscrption products, this new release notes section
will serve as a central hub for updates and fixes, making it easier for
admins to stay informed.

## 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-15 10:19:16 +00:00
David Karlsson 4a6c5aeb30 vale: add exceptions for PHP-related terms
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-01-09 13:39:50 +01:00
Craig Osterhout c5b31325ae
hub: autobuild refresh (#21610)
<!--Delete sections as needed -->

## Description

Quick refresh of autobuild content.

- Updated some linkTitles and weights to make the titles more scannable
in the nav and somewhat logically ordered.
- Updated capitalization to sentence case for consistency. 
  - `Automated builds`->`[Aa]utomated builds`
  - `Autobuild`->`[Aa]utobuild`
  - `Automated tests`->`[Aa]utomated tests`
  - `Autotest`->`[Aa]utotest`
- Updated note formatting.
- Fixed some vale nags.
  - `above`->`previous`
  - `click`->`select`

Did a `git mv` with the following files, but I think the similar file
names caused everything to be flagged as new/deleted rather than just
renamed. Not planning to do a deeper refresh of the existing content at
this time.

- Renamed `_index.md` to `setup.md`
- Renamed `how-builds-work.md` to `_index.md`


https://deploy-preview-21610--docsdocker.netlify.app/docker-hub/repos/manage/builds/

## Related issues or tickets

ENGDOCS-2351

## Reviews

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

- [ ] Editorial review

Signed-off-by: Craig <craig.osterhout@docker.com>
2025-01-08 13:27:51 -08:00
Allie Sadler bfd46ac620
ENGDOCS-2360 (#21725)
<!--Delete sections as needed -->

## Description

Looks larger than it is: - 

- A follow-up to comments on https://github.com/docker/docs/pull/21639
- Deals with hotjar issue
https://docker.slack.com/archives/C04BMTUC41E/p1734970724382829
- Vale freshness

## 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-01-07 17:12:17 +00:00
David Karlsson 6c99895fd1 vale: properly allow pluralized acronyms
Something changed in a recent vale release where the old regex syntax
for enforcing case-sensitivity does not work anymore. This change
ensures that the allow-rule for ignoring pluralized acronyms only flag
terms that begin with two or more *uppercase* letters, followed by an s.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-01-06 07:26:01 +01:00
David Karlsson c18562ce98
Merge pull request #21652 from dvdksn/windowsfilter
engine: add page for the windowsfilter storage driver
2024-12-20 16:40:34 +01:00
David Karlsson d20098222d vale: add "anonymize" to vocabulary
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-20 15:53:13 +01:00
David Karlsson a2e4fd55e1 vale: allow pluralized acronym initialization
E.g., "Large Language Models (LLMs)" permits the use of "LLM"

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-20 15:53:12 +01:00
David Karlsson 7ff0050ec2 engine: add page for the windowsfilter storage driver
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-17 13:03:23 +01:00
David Karlsson 0a4d8cf004 engine: refresh seccomp page
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-17 11:00:15 +01:00
David Karlsson 7ae25ff532 vale: add NUMA, BSD to acronym exceptions
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-17 10:59:13 +01:00
Craig Osterhout 44cce4906f
hub: add image library section (#21485)
<!--Delete sections as needed -->

## Description

- Added "Container image library" section in Docker Hub manual and
started adding concepts.
  - Added section about search and all the filters
  - Added section about catalogs
  - Moved mirroring topic inside
- Updated Hub landing page
- Moved "Trusted content" into Repositories>Manage (for publishers) and
Library (for consumers).


https://deploy-preview-21485--docsdocker.netlify.app/docker-hub/

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

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

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

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


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

## Related issues or tickets

ENGDOCS-2352

## Reviews

- [ ] Editorial review
- [ ] Product review

---------

Signed-off-by: Craig <craig.osterhout@docker.com>
2024-12-16 08:50:11 -08:00
Allie Sadler 948b9cac9b
ENGDOCS-2332 (#21639)
<!--Delete sections as needed -->

## Description

Adds new attributes to the spec from the recent 2.32.0 release

## 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
2024-12-16 16:43:36 +00:00
Sarah Sanders 316115fc76
add docker consolidated subscriptions (#21476)
<!--Delete sections as needed -->

## Description

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

## Related issues or tickets

- https://docker.atlassian.net/browse/HD-2066

## Reviews

Final sign offs in Notion doc

---------

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
Co-authored-by: Oleg Burov <ob1dev@icloud.com>
2024-12-10 08:37:56 -08:00
Craig Osterhout 8a805f4f0b
hub: add archive repo (#21553)
<!--Delete sections as needed -->

## Description

- Added topic for archive or activate a repository
- Updated repo landing page topic to add new archive topic
- Added note to repo information topic

Modified pages:
- https://deploy-preview-21553--docsdocker.netlify.app/docker-hub/repos/
-
https://deploy-preview-21553--docsdocker.netlify.app/docker-hub/repos/archive/
-
https://deploy-preview-21553--docsdocker.netlify.app/docker-hub/repos/manage/information/

## Related issues or tickets

ENGDOCS-2337

## 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: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-09 08:36:19 -08:00
David Karlsson 5f1fd9405a
Merge pull request #21589 from thaJeztah/update_vale
vale: add some acronyms and allowed words
2024-12-09 14:52:26 +01:00
Sebastiaan van Stijn caf5a0e0b8
vale: add userland to accept list
Used for (e.g.) "userland proxy"

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-12-09 14:39:30 +01:00
Sebastiaan van Stijn 25507129a6
vale: add ZFS as acronym
ZFS; https://en.wikipedia.org/wiki/ZFS

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-12-09 14:20:15 +01:00
David Karlsson 81998229fb vale: add various linux/fs terms to vocabulary
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-06 14:24:00 +01:00
Allie Sadler 0c71c3b245
ENGDOCS-2341 (#21556)
<!--Delete sections as needed -->

## Description

Compose freshness

## 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
2024-12-04 08:40:22 +00:00
Allie Sadler b26161d3f2
ENGDOCS-2324 (#21475)
<!--Delete sections as needed -->

## Description

Light freshness for ECI content and removes references to DD versions
that users can no longer download

**Note** There is a lot of 'allow' violations. Am deliberately choosing
to ignore them this time.

## 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
2024-11-28 15:20:43 +00:00
Craig Osterhout 5d12cf6a70
hub: refresh/restructure repo content (#21435)
<!--Delete sections as needed -->

## Description

Started refreshing and reorganizing the Hub manual.

- Moved & rearranged the content from "Docker Hub > Manage repositories"
to "Docker Hub > Repositories > Manage" with the following sections:
  - repo info: description, overview, categories
  - access: visibility, collaborators, teams/permissions, roles, OATs
  - images: tags, software artifacts, push images, move images
- Moved the repository features (automated builds, webhooks,
vulnerability scanning) under "Repositories > Manage".
- Moved/added Create, Delete, and Personal settings to top-level of
Repositories
- Filled in some content gaps

https://deploy-preview-21435--docsdocker.netlify.app/docker-hub/repos/

## Related issues or tickets

ENGDOCS-2227

## 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>
2024-11-21 10:35:40 -08:00
Allie Sadler 114b2af304
pkg-4.36 (#21394)
<!--Delete sections as needed -->

## Description

Fixes merge conflicts (caused by DD IA revamp) on original PR. Already
SME approved https://github.com/docker/docs/pull/21030

## 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
2024-11-18 17:09:48 +00:00
David Karlsson c8cadbb9c5
Merge pull request #21410 from dvdksn/bake-monorepo-guide
guides: build compose projects with bake
2024-11-15 17:15:09 +01:00
Craig 68e3cb6dfc
vale: update vocab
Signed-off-by: Craig <craig.osterhout@docker.com>
2024-11-14 13:25:14 -08:00
David Karlsson e142d58612 vale: add CI to acronym exceptions
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-14 17:11:30 +01:00
David Karlsson 927298c534 vale: do not flag "Admin Console"
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-13 18:25:18 +01:00
Allie Sadler c13ed7f2e5
ENGDOCS-2305 (#21397)
<!--Delete sections as needed -->

## Description

Settings Management freshness before the arrival of the SM in the Admin
Console. Have grouped the settings as they appear in the AC.

Page is still quite long and so would like to do some testing (potench
before the year is out) on whether splitting the info on all the
settings into its own 'reference' page would be useful or too 'jumpy'
for users.

## 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>
2024-11-13 10:06:15 +00:00
Allie Sadler cef62c197d
ENGDOCS-2306 (#21398)
<!--Delete sections as needed -->

## Description

Freshness on IAM, HDD index page and Air-gapped containers 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
2024-11-12 08:05:58 +00:00
David Karlsson 1252967400 vale: add monorepo to vocabulary
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-11 09:31:28 +01:00
David Karlsson 03120e91a4 vale: move IP from vocabulary to Acronyms rule
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-08 17:44:37 +01:00
David Karlsson 8e2705bedf vale: also check for two-letter acronyms
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-08 17:43:41 +01:00
David Karlsson c646f079ea vale: add pluralized acronyms to vocabulary
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-08 17:43:41 +01:00
David Karlsson d3d0b9605d vale: add GPL, AGPL to acronym exceptions
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-08 17:43:41 +01:00
David Karlsson e9effe92f1 vale: remove AGPLv3 from vocabulary
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-08 17:43:41 +01:00
David Karlsson 9f87432f43 vale: move acronyms from vocabulary to Acronyms rule
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-08 17:43:41 +01:00
David Karlsson 1829e8597c vale: add GNU to acronym exceptions
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-08 16:47:05 +01:00
David Karlsson d2038b4837 vale: add distroless to vocabulary
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-08 16:47:05 +01:00
David Karlsson 7b7ef844cc vale: suggest "distribution" over "distro"
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-08 16:47:05 +01:00
David Karlsson b5364b3789 vale: remove Ambassador from vocabulary
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-08 14:58:18 +01:00
David Karlsson f4878e69f2 vale: remove PAT and OAT from vocabulary
These acronyms are not well-known enough to be defined as vocabulary
terms.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-08 14:58:18 +01:00
David Karlsson 473edabe0e chore: sort vale vocabulary
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-08 14:58:15 +01:00
Sebastiaan van Stijn ac30bdbad7
vale: allow keyring(s)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-11-08 14:41:55 +01:00