Commit Graph

2265 Commits

Author SHA1 Message Date
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
Sebastiaan van Stijn 6af3c4cc0f
Merge pull request #21380 from dvdksn/engine-install-syncup
engine: minor improvements to rpm-based installation instructions
2024-11-08 13:58:08 +01:00
David Karlsson df6f8331c3
Merge pull request #21376 from dvdksn/dockerfile-1.11-changelog
build: dockerfile 1.11.1 changelog
2024-11-08 13:34:48 +01:00
David Karlsson c72f084669
Merge pull request #21369 from dvdksn/gha-setup-docker-example
build: gha example loading multi-platform images with containerd
2024-11-08 13:34:35 +01:00
David Karlsson 7402de4fdc build: gha example loading multi-platform images with containerd
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-08 13:25:46 +01:00
David Karlsson 1514b0dc36 engine: enable the systemd service by default after installation
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-08 13:22:14 +01:00
David Karlsson fde4750c85 engine: remove -y from fedora (dnf) installation steps
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-08 13:22:10 +01:00
George Hopkins 57a2bb6ef2
Fix title level in Compose file reference 2024-11-08 12:19:09 +01:00
David Karlsson 473a19c720 chore: use dynamic api version in example
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-08 12:04:33 +01:00
David Karlsson d5e4a5144b build: dockerfile 1.11.1 changelog
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-08 09:49:54 +01:00
Sebastiaan van Stijn 1ccbcc3434
engine/install: add Ubuntu Oracular 24.10
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-11-08 09:38:37 +01:00
Sebastiaan van Stijn 5a2ad2dd36
engine/install: add Fedora 41, remove Fedora 39
Fedora 39 is EOL next week, so slightly ahead of time, but new users
should not be recommended to use it.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-11-08 09:37:19 +01:00
Sebastiaan van Stijn 65699e4708
engine: update versions for 27.3.1
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-11-08 09:34:36 +01:00
Sarah Sanders 94d72ed668 Fix callout in Hub guide 2024-11-07 16:04:05 -08:00
Guillaume Lours efe6a80467
release-notes for Compose v2.30.3 version
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
2024-11-07 23:17:12 +01:00
Sarah Sanders 0ec23df99f Update new-plans.md callouts for Dec. 10th date 2024-11-07 11:14:05 -08:00
Allie Sadler 873814557e
add redirect link (#21367)
<!--Delete sections as needed -->

## Description

Closes https://github.com/docker/docs/issues/21359

## 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-07 15:13:40 +00: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 4349b25169
Merge pull request #21107 from dvdksn/copilot-restructure
copilot: restructure content, editorial improvements
2024-11-07 13:10:08 +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
David Karlsson 8029815845 copilot: remove "actions on your behalf" section, add "limitations"
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-07 13:06:43 +01:00
David Karlsson 51acb80f1f copilot: restructure examples section
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-07 13:06:43 +01:00
David Karlsson f3a1142f52 copilot: clarify data processing disclaimer
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-07 13:06:43 +01:00
David Karlsson 80a7cedc56 copilot: revamp example prompts
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-07 13:06:43 +01:00
David Karlsson 36a227b30c copilot: add question marks to example questions
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-07 13:06:43 +01:00
David Karlsson c7347bde41 copilot: "supported languages" pertains to containerization features
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-07 13:06:43 +01:00
David Karlsson fa27131e67 copilot: mention Docker account sign-in and authorization
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-07 13:06:43 +01:00
David Karlsson 3bfe542295 copilot: clarify that managing policies is only for orgs
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-07 13:06:43 +01:00
David Karlsson 15e3c9c703 copilot: restructure content, editorial improvements
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-07 13:06:43 +01:00
Sarah Sanders 2f928a7cfc Fix accept invite flow 2024-11-06 14:48:20 -08:00
Sarah Sanders 6d31e076f1
Update content/manuals/admin/organization/members.md
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-06 14:38:53 -08:00
Sebastiaan van Stijn 1c78c4e595
Merge pull request #21337 from dvdksn/update-redis-example-tags
engine(swarm): update example redis tags
2024-11-06 15:53:22 +01:00
Guillaume Lours b6f336d045
release-notes for Compose v2.30.2 version (#21345)
<!--Delete sections as needed -->

## Description
Add release notes of Compose `v2.30.2` version
<!-- 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
- [x] Editorial review
- [ ] Product review

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
2024-11-06 14:15:34 +00:00
Tadashi Nemoto c54819d244
Fix keyword/description in sysdig.md 2024-11-06 15:27:22 +09:00
Sarah Sanders b0169e08c3 Fix more typos/errors 2024-11-05 14:50:12 -08:00
Sarah Sanders ef47714f0e Fix typos and links 2024-11-05 13:32:09 -08:00
Sarah Sanders 0e4d61ef79 Update manage org docs for user invitation flow 2024-11-05 11:20:46 -08:00
James Simas 728e893de5
Update userns-remap.md
Fix wording.
2024-11-05 10:52:54 -08:00
Sarah Sanders 892c86b190
Merge pull request #21333 from sarahsanders-docker/ENGDOCS-2297
Update PAT guide to include expiration feature
2024-11-05 08:05:53 -08:00
Kevin Kortum 796397304a
Update merge.md (#21340)
Stick with the preferred version of compose files according to
https://docs.docker.com/compose/intro/compose-application-model/#the-compose-file

<!--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-05 14:55:02 +00: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
David Karlsson 590bd6da0c engine(swarm): update example redis tags
The previous tag examples were too old and no longer exist.
Updated to latest n and n-1 patch versions.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-05 11:12:34 +01: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
David Karlsson 48f3bcc826
Merge pull request #21301 from dvdksn/scout-1.15.0
scout: scout-cli v1.15.0
2024-11-05 10:52:26 +01:00
Allie Sadler 66d0b9998e
Engdocs 2282 (#21326)
<!--Delete sections as needed -->

## Description

Add lifecycle attributes to the compose spec

## 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-05 09:49:09 +00:00
David Karlsson 7b1deedb3d
Merge pull request #21328 from dvdksn/fix-basics-concepts-typo
chore: fix typos and formatting issues in 'what is an image'
2024-11-05 10:44:55 +01:00
David Karlsson 040166a908
Merge pull request #21307 from dvdksn/update-getting-started-workshop
get-started: small updates to workshop contents
2024-11-05 10:44:31 +01:00
David Karlsson d46667290d scout: scout-cli v1.15.0 release notes
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-05 10:41:33 +01:00
Sarah Sanders 27f854fe6e Small consistency error 2024-11-04 15:24:03 -08:00
Sarah Sanders e43991ced9 Fixed numbering error 2024-11-04 15:22:58 -08:00
Sarah Sanders de2d1f396b Update PAT guide to include expiration feature 2024-11-04 15:18:22 -08:00
Sarah Sanders 3015d2c4da
Merge pull request #21274 from sarahsanders-docker/ENGDOCS-2270
Update Manage SSO guide
2024-11-04 14:11:19 -08:00
Sarah Sanders 08283b6228
Update manage.md 2024-11-04 13:46:11 -08:00
Sarah Sanders 9338e19d93
Merge pull request #21293 from sarahsanders-docker/ENGDOCS-2274
Updates for roles and permissions guide
2024-11-04 08:43:22 -08:00
David Karlsson 647b0e6de8 chore: use relative links in 'what is an image' concept
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-04 15:22:20 +01:00
David Karlsson 2e0775cb89 chore: format the 'what is an image' concept
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-04 15:18:07 +01:00
David Karlsson a5ec76b05a get-started: fix typo in 'what is an image' concept
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-04 15:12:26 +01:00
yuto-kimura-g 43d7587f73 [fix] replace hard-coded value: container image name 2024-11-04 20:28:18 +09:00
David Karlsson 47ffcff13d get-started: fix/simplify the persisting data experiment
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-04 11:15:43 +01:00
David Karlsson 158beace56 get-started: simplify workshop intro, update node version
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-04 11:15:43 +01:00
James Simas 8dd24764e2
Update features-benefits.md to fix typos (#21308)
## Description

This PR improves the phrasing of a sentence and fixes a typo in a
separate sentence.
2024-11-04 09:55:02 +00:00
Miro bbccd379ab docs: update a link in alternative-runtimes.md 2024-11-04 16:10:21 +08:00
David Karlsson 80d1892ec5
Merge pull request #21311 from sarahsanders-docker/ENGDOCS-2272
Updates to For developers SSO docs
2024-11-01 06:40:23 +01:00
Sarah Sanders 27ed5fb536 Updates to For developers SSO docs 2024-10-31 16:15:15 -07:00
Sarah Sanders 9b16732955
Update content/manuals/subscription/build-cloud/manage-seats.md
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-10-31 11:36:17 -07:00
David Karlsson e228236ce2
Merge pull request #21302 from dvdksn/remove-target-blanks
site: remove target=_blank
2024-10-31 16:21:50 +01:00
David Karlsson 9c6e377413
Merge pull request #21303 from dvdksn/tcc-casing
fix: inconsistent casing for Testcontainers Cloud
2024-10-31 16:21:29 +01:00
Paul "TBBle" Hampson f90cdd068e
Correct Youki setup guide link
See https://github.com/youki-dev/youki/issues/2967

Signed-off-by: Paul "TBBle" Hampson <Paul.Hampson@Pobox.com>
2024-11-01 00:15:59 +09:00
David Karlsson 1ef9019754
Merge pull request #21294 from jcubic/patch-1
Add info to enable docker service
2024-10-31 15:57:48 +01:00
Jakub T. Jankiewicz b45343701b engine: enable docker service after installation on fedora 2024-10-31 15:54:16 +01:00
David Karlsson a8cf3e5ac7 fix: inconsistent casing for Testcontainers Cloud
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-10-31 15:51:57 +01:00
David Karlsson ac73249bf9 site: remove target=_blank
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-10-31 15:46:19 +01:00
David Karlsson e3f66db2fa scout: scout-cli v1.14.0 release notes
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-10-31 13:52:24 +01: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 8201899a00 build: dockerfile 1.11.0 release notes
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-10-31 13:06:09 +01:00
David Karlsson f1d28894b9 build: buildx v0.18.0 release notes
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-10-31 13:06:09 +01:00