Commit Graph

2241 Commits

Author SHA1 Message Date
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
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
Sarah Sanders 2964bcf808 Update content/manuals/desktop/previous-versions/edge-releases-windows.md
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-08 10:32:44 -08:00
Sarah Sanders de693df319 Update content/manuals/desktop/previous-versions/edge-releases-windows.md
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-08 10:32:44 -08:00
Sarah Sanders 2385670b29 Update content/manuals/desktop/faqs/macfaqs.md
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-08 10:32:44 -08:00
Sarah Sanders 8b81c215db Found more outdated callouts, fixed whitespacing 2024-11-08 10:32:44 -08:00
Sarah Sanders be328b9958 Update all outdated callouts 2024-11-08 10:31:58 -08:00
Sarah Sanders 5ffcf87c16
Merge pull request #21347 from sarahsanders-docker/ENGDOCS-2299
Update manage org docs for user invitation flow
2024-11-08 09:16:38 -08:00
David Karlsson 64736e4c39 style: s/distro/distribution/g
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-08 16:47:05 +01:00
Sebastiaan van Stijn 898aa4d2d3
engine/install: sync some wording between distros
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-11-08 14:42:00 +01:00
Sebastiaan van Stijn 0628e31742
engine/install: ubuntu/rpi-os: sync uninstall with debian steps
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-11-08 14:42:00 +01:00
Sebastiaan van Stijn d5859c5ff7
engine/install: fix some stray whitespace
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-11-08 14:42:00 +01:00
Sebastiaan van Stijn a23d62139a
engine/install: fix indentation in debian, raspberry-pi-os
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-11-08 14:42:00 +01:00
Sebastiaan van Stijn 3a12814361
engine/install: fix leftover old version in ubuntu
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-11-08 14:42:00 +01:00
Sebastiaan van Stijn a8cfab163d
engine/install: use dnf for CentOS and RHEL
The versions of CentOS and RHEL we support now have dnf as a default
instead of yum, so rewrite these to use dnf.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-11-08 14:42:00 +01:00
Sebastiaan van Stijn 26aaea63a4
engine/install: remove -y from yum installation steps
Use interactive installation for packages from our repository, so that the user
can confirm what will be installed. For the distro-packages (yum-utils),
we keep the non-interactive, as these should be generally ok to install.

follow-up to fde4750c85

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-11-08 14:41:59 +01:00
Sebastiaan van Stijn 7073f01453
engine/install: Docker -> Docker Engine
Make it more clear we're starting the engine (not "docker", the CLI).

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-11-08 14:41:59 +01:00
Sebastiaan van Stijn 778d1c3442
engine/install: enable engine as system service on rpm installs
Unlike deb-based systems, installing an rpm doesn't automatically
start the Docker service, and starting the service doesn't make
it automatically start on (re)boot.

Update the instructions so that Docker is automatically started
on boot.

follow-up to 1514b0dc36, which left
some of the old instructions.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-11-08 14:41:59 +01:00
David Karlsson b6fb15bea5
Merge pull request #21381 from george-hopkins/patch-1
Fix title level in Compose file reference
2024-11-08 14:05:50 +01:00