Commit Graph

163 Commits

Author SHA1 Message Date
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
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 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
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
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