Commit Graph

150 Commits

Author SHA1 Message Date
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
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
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
Igor Alexandrov 98972aa72d Added libyaml-dev to the Rails Dockerfile example 2025-01-15 10:52:03 +04:00
Igor Klimer f42a4ccabe
Fix typo in Java guide for running tests (#21816)
## Description

Fix typo when targeting the `test` stage - it was mentioning a
non-exisiting `--target-test` parameter which could confuse new users:
`unknown flag: --target-test`.
It should be `--target test` or `--target=test`. I went with `--target
test` since that's what is used in the rest of the guide.


## Related issues or tickets

Introduced in https://github.com/docker/docs/pull/19390

## Reviews

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

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-01-14 14:54:01 -08:00
David Karlsson 644f43d5c9
Merge pull request #21134 from Pradumnasaraf/repo-link-update
docs: Update links to cpp, bun sample repositories
2025-01-14 15:03:41 +01:00
Igor Aleksandrov d7ffb99825
Rails guide upgrade (part 1) (#21559)
## Description

This PR upgrades the Rails framework guide and covers the application
containerization step. In the following PRs, I will update the section
about deploying with Docker Compose, and add a new "Deployment with
Kamal" section.

## Reviews

- [ ] Technical review
- [x] Editorial review
- [ ] Product review
2025-01-14 11:09:18 +01:00
David Karlsson d08fe30d96
Merge pull request #21276 from rw4lll/laravel-compose
Laravel + Docker guide
2025-01-13 14:44:35 +01:00
Sergei Shitikov acf46fb75f guides: Add Docker+Laravel example
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-01-13 14:42:02 +01:00
Craig Osterhout c808c6fc40
guides: clarify instruction (#21783)
<!--Delete sections as needed -->

## Description

Clarify instruction so users know that the provided file needs to
edited.

## Related issues or tickets

hotjar-12673

## Reviews

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

- [ ] Editorial review

---------

Signed-off-by: Craig <craig.osterhout@docker.com>
2025-01-10 15:58:29 -08:00
David Karlsson f062709f4b redirects: add alias for /guides/language/
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-20 16:47:35 +01:00
Michael Irwin 29a1c25cfc Add links to other guides in container-supported development guide
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-18 15:08:03 +01: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
David Karlsson b2264d26cb guides: add cross-references to gha intro guide
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-06 12:55:49 +01:00
David Karlsson 8cd992531d guides: docker build github actions primer
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-05 10:05:05 +01:00
CrazyMax e6d3d21f9b
gha: move docker login step up
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2024-11-30 22:44:56 +01:00
David Karlsson f22d75d1d0 bake: remove empty build network for compose files
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-28 09:18:45 +01:00
Allie Sadler dd55643d48
ENGDOCS-2330 (#21512)
<!--Delete sections as needed -->

## Description

Update admin guide now that settings management has 2 ways to configure.
And some 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-11-27 10:45:45 +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 42d97aacf8
ENGDOCS-2181c (#21419)
<!--Delete sections as needed -->

## Description

Replaces https://github.com/docker/docs/pull/20646 that was so old it
was still using the `toc.yaml` file.
SME reviews complete. Just need editorial 

## 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
2024-11-21 14:59:22 +00:00
David Karlsson 1dd73711f9
Merge pull request #21439 from dvdksn/test-refactor
chore: refactor / fix tests
2024-11-16 07:45:19 +01:00
David Karlsson 339522c4bc
Merge pull request #21432 from dvdksn/update-dbc-links
build(cloud): update dbc app links
2024-11-16 07:43:20 +01: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
David Karlsson f828784df1 chore: remove unused media files
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-15 16:27:15 +01:00
David Karlsson 5d6b8e69d7 build(cloud): update dbc app links
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-15 12:10:08 +01:00
David Karlsson d0ff808ce1 guides: build compose projects with bake
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-14 17:11:08 +01:00
Seth Falco 7459172ca1
docs(localstack): fix formatting of code block 2024-11-14 10:30:57 +00:00
Shelley Benhoff e26c7303c2 scout: restructure learning path, add videos
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-13 16:27:31 +01:00
Allie Sadler 99a24c4a6b
ENGDOCS-2300 (#21354)
<!--Delete sections as needed -->

## Description

Final PR to improve the DD IA. 

Validate test failing due to link that needs fixing in an upstream repo 

## 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: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-07 14:45:53 +00:00
David Karlsson 6e45fe69e0 fix: broken link to dd settings after refactor
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-07 13:18:41 +01:00
David Karlsson 2773210801
Merge pull request #21284 from dvdksn/docker-zscaler-guide
guides: add docker+zscaler guide
2024-11-07 13:08:01 +01:00
Allie Sadler 502e61c960
ENGDOCS-2298 (#21339)
<!--Delete sections as needed -->

## Description

More DD IA improvements. Moves troubleshooting, faqs, support, and other
misc. pages.

## 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-05 14:03:52 +00:00
Allie Sadler 3ea0cd758d
ENGDOCS-2283 (#21329)
<!--Delete sections as needed -->

## Description

Tidy up of DD IA. Creates a 'setup' folder and moves relevant pages
within it. First PR of a few

## 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-05 10:07:48 +00:00
yuto-kimura-g 43d7587f73 [fix] replace hard-coded value: container image name 2024-11-04 20:28:18 +09:00
David Karlsson e9cc831947 guides: add docker+zscaler guide
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-10-31 13:21:21 +01:00
David Karlsson 44945586c7
Merge pull request #21283 from swivelmargarita/patch-1
Update java containerization guide to fix compilation error
2024-10-30 15:51:16 +01:00
David Karlsson 4fdce97ab4
Merge pull request #21244 from dvdksn/guides-filters-tags
guides: rework filter logic, presentation
2024-10-30 13:27:00 +01:00
swivelmargarita 9fd26fcb16
Update java containerization guide to fix compilation error
Fixes https://github.com/docker/docs/issues/21281
2024-10-30 11:10:58 +00:00
David Karlsson fa594b1ba6 fix: corrected IDs for testcontainers youtube-embeds
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-10-29 15:19:26 +01:00
David Karlsson 76a5b7181b redirect: alias /language/ to /guides/
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-10-29 10:52:52 +01:00
David Karlsson 56e58ae5bf site: rework guides filters and tags taxonomy
- Rework the filtering system for guides to drop the use of the
  "products", "subjects", and "levels" taxonomies in favor of "tags" and
  "languages"
- This change means that the existing taxonomy functionality integrates
  better with the guides filtering, and there are fewer parameters to
  keep in mind when adding metadata to a guide
  - Only two taxonomies instead of three
  - Only one of those taxonomies are guides-specific (languages)
  - The other taxonomy (tags) works for all content
- Updates how tags and tag pages are rendered in general

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-10-28 16:10:20 +01:00
Shelley Benhoff 54277fee08 Added Testcontainers Learning Path
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-10-28 09:50:35 +01:00
David Karlsson 7e152bb44f
Merge pull request #21218 from falconcr/main
Add Java 21
2024-10-25 13:17:22 +02:00
Arie Heinrich f47cec1a33
Align grammar to official contribution guideline (#21233)
Align grammar to official contribution guideline -
https://docs.docker.com/contribute/style/grammar/
2024-10-24 17:29:44 +02:00
Arie Heinrich c17faccf17
Spelling fixes (#21230)
Christmas is early :) and i had some free time to go over all the
documents and fix all spelling mistakes i have found.
2024-10-24 13:02:40 +02:00
Michael Irwin 655927cb59
Add metadata to WireMock/Pre-seed guides and move to guides folder 2024-10-23 17:14:29 -04:00
Gerardo Lopez 54e4ef5e68 add java 21 2024-10-23 09:09:59 -06:00
David Karlsson b146ca40eb
Merge pull request #21217 from sbenhoff007/dbc-pricing-fix
Updated pricing information
2024-10-23 16:23:44 +02:00
Shelley Benhoff 0549d32fab Updated pricing information 2024-10-23 10:16:06 -04:00