Commit Graph

2193 Commits

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