Commit Graph

2258 Commits

Author SHA1 Message Date
David Karlsson 5b23d3e4fa
Merge pull request #21407 from wcbing/main
Update or remove links in installation documentation
2024-11-18 09:35:36 +01:00
vladislav doster b9683981ef
fix: multi-platform build command for Neovim example 2024-11-17 21:50:15 -06:00
Anthony Dempsey 9068f976e4
Update keep context small bullet point in optimize.md
Clarify the 'Keep context small' bullet point
2024-11-17 15:48:11 +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
Sarah Sanders 564e2b3e9a
Merge pull request #21437 from sarahsanders-docker/ENGDOCS-2309
Small nit on SSO overview
2024-11-15 10:11:22 -08:00
Sarah Sanders 7400167ede
Merge pull request #21438 from sarahsanders-docker/ENGDOCS-2316
Freshness for Docker accounts
2024-11-15 10:10:58 -08:00
Sarah Sanders cc6d6eec01 Fix link in SSO prereqs 2024-11-15 09:56:40 -08: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
Sarah Sanders 11fed81a7b
Update content/manuals/accounts/manage-account.md
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-15 07:41:58 -08: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
Sarah Sanders 6b3abef29e Freshness for Docker accounts 2024-11-14 15:17:20 -08:00
Sarah Sanders 1874debd45 Small nit on SSO overview 2024-11-14 14:30:31 -08: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
David Karlsson 1bbd20dad1
Merge pull request #21424 from mjbear/getting-started_part8_image
Change Docker image in part8 of getting started
2024-11-14 17:03:53 +01:00
David Karlsson 1c2e1a3326
Merge pull request #21429 from SethFalco/patch-3
docs(localstack): fix formatting of code block
2024-11-14 17:03:17 +01:00
David Karlsson ce93f8ecb6 chore: remove Fedora 39 (EOL: November 12, 2024)
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-14 15:13:48 +01:00
zznidar 893efd732c
Fix broken link anchor windows-install.md (#21430)
<!--Delete sections as needed -->

## Description
This PR fixes a link anchor in the documentation. Namely, in the
referred FAQ file, all headings have all-lowercase IDs.
<!-- Tell us what you did and why -->
2024-11-14 13:42:32 +00:00
Seth Falco 7459172ca1
docs(localstack): fix formatting of code block 2024-11-14 10:30:57 +00:00
Michael Bear b04982b93f
Replace node:18 with node:lts in 09_image_best.md 2024-11-13 20:28:57 -05:00
Michael Bear 0834e18336
Merge branch 'docker:main' into getting-started_part8_image 2024-11-13 20:16:02 -05:00
Sarah Sanders 3709b9bab5
Merge branch 'main' into ENGDOCS-2281 2024-11-13 09:38:26 -08: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
David Karlsson 51041c705f
Merge pull request #21411 from ajeetraina/main
Removed Java as a pre-requisite for Multi-Stage Build Concept page
2024-11-13 11:20:24 +01:00
Allie Sadler 371db0ad99
ENGDOCS-2315 (#21416)
<!--Delete sections as needed -->

## Description

Standardize overview 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-13 10:19:19 +00: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
Tadashi Nemoto 16827a7f8e
Fix heading of scout/how-tos/artifact-types/ 2024-11-13 09:44:14 +09:00
Craig Osterhout de347d800d
hub: refresh overview (#21399)
<!--Delete sections as needed -->

## Description

Refreshed Hub landing page.

- Updated intro to align with marketing
- Updated key features to better align with marketing
- Updated grid to better align with product IA
- Removed admin emphasis with a single link to admin section
- Moved interfaces out of feature list

----
Signed-off-by: Craig <craig.osterhout@docker.com>
2024-11-12 10:15:15 -08:00
Ajeet Singh Raina a9318682fd Removed Java as a pre-requisite for Multi-Stage Build Concept page 2024-11-12 22:24:56 +05:30
Sarah Sanders 81182d55a2
Merge pull request #21401 from sarahsanders-docker/ENGDOCS-2307
Update DH release notes to include OATs and PAT expiration
2024-11-12 08:18:47 -08:00
Alex Conlin f01d6f3b20
Fix duplicated word 2024-11-12 11:17:48 +00:00
Allie Sadler 0c5c470b0f
fix broken links (#21408)
<!--Delete sections as needed -->

## Description

Closes https://github.com/docker/docs/issues/21405 and closes
https://github.com/docker/docs/issues/21400#event-15259696157

## 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 10:21:13 +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
9ccaf6f0ae
docs: remove interference option in docker engine install doc 2024-11-12 15:37:14 +08:00
3a01ae9939
docs: update links about docker desktop for linux 2024-11-12 15:33:18 +08:00
Sarah Sanders 363d194cac
Merge branch 'main' into ENGDOCS-2281 2024-11-11 14:59:50 -08:00
Sarah Sanders b585604f1c Update DH release notes to include OATs and PAT expiration 2024-11-11 11:40:33 -08:00
Sarah Sanders 524b00fa24
Merge pull request #21370 from sarahsanders-docker/ENGDOCS-2288
Update new-plans.md callouts for Dec. 10th date
2024-11-11 09:34:43 -08:00
Craig Osterhout ee41406114
hub: refresh quickstart (#21374)
<!--Delete sections as needed -->

## Description

Refreshed Hub Quickstart.
 - Added a brief intro.
 - Added the "how to find an image" use-case.
- Updated pull/push steps to use the same image to show how easy it is
to extend images.
- Moved install DD and create an account as prereqs to keeps the steps
Hub-focused.
- Updated next steps to have a more natural flow related to the previous
step.
--------

Signed-off-by: Craig <craig.osterhout@docker.com>
2024-11-11 09:15:50 -08:00
Mihaela Stoica d4c7e4ab3e
Update VMM page (#21396)
## Description

Add a note about the memory requirement for Docker VMM

## 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>
2024-11-11 12:27:58 +00:00
Allie Sadler 4121679775
remove banner (#21395)
<!--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
2024-11-11 12:08:40 +00:00
Michael Bear 03507baf7c
Update 09_image_best.md - 18-alpine image 2024-11-10 21:52:18 -05:00
Sebastiaan van Stijn 16c86ec864
Merge pull request #21379 from dvdksn/dynamic-api-version-example
chore: use dynamic api version in example
2024-11-09 00:20:06 +01:00
David Karlsson 8c9d19cba9
Merge pull request #21385 from dvdksn/tidy-vale-rules
vale: housekeeping vocabulary and acronyms
2024-11-08 21:16:01 +01:00
Sarah Sanders dc49ea8175 Update aci-ecs-eol.md 2024-11-08 10:32:44 -08:00
Sarah Sanders d81460ef59 Update content/manuals/engine/swarm/how-swarm-mode-works/nodes.md
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-08 10:32:44 -08:00
Sarah Sanders 12b1f28c09 Update content/manuals/engine/storage/drivers/device-mapper-driver.md
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-08 10:32:44 -08:00
Sarah Sanders f0255b88b1 Update content/manuals/engine/release-notes/17.03.md
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-08 10:32:44 -08:00
Sarah Sanders 5419168714 Update content/manuals/docker-hub/builds/link-source.md
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-08 10:32:44 -08:00