Commit Graph

31 Commits

Author SHA1 Message Date
Sarah Sanders 24f4b0ebef
Update content/manuals/engine/install/ubuntu.md
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
2025-02-10 10:59:26 -05:00
Sarah Sanders 146dceda9e Fix 404 2025-02-10 09:58:55 -05:00
Nils Israel 255c59bf55
Merge pull request #21749 from nisrael/patch-1
directly support ubuntu based distros in add repository snippet
2025-01-31 12:51:15 +01:00
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
David Karlsson a1a44f462c engine: dynamic docker-ce version n (latest) and n-1
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-10 09:51:14 +01:00
David Karlsson 64f5a2876f engine: update versions for v27.4.0
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-09 18:47:54 +01:00
9ccaf6f0ae
docs: remove interference option in docker engine install doc 2024-11-12 15:37:14 +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 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
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
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
Jakub T. Jankiewicz b45343701b engine: enable docker service after installation on fedora 2024-10-31 15:54:16 +01:00
Allie Sadler cb2ded3932
ENGDOCS-2077 (#20911)
<!--Delete sections as needed -->

## Description

RHEL moving to GA. This PR makes it visible in the TOC and adds the
download links

## 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-10-24 16:12:36 +01:00
Gaurav Sablok 09ea80a478
added proper docker install as dnf5 have no config-manager
in the fedora 40 and above dnf5 is implemented and hence the dnf command listed in the docker will not work. I have updated the dnf command to dnf-3 as then you will be able to use the same.
2024-09-30 22:40:57 +02:00
QWERTIOX 5f588af816
add removing from apt as part of uninstalling 2024-09-15 21:33:13 +02:00
Allie Sadler 50e986c308
Engdocs 2215 (#20851)
* move about and reorder dd install section

* fixes

* build fixes

* build fixes

* add weights

* add more weights and linktitles

* add more weights and linktitles
2024-09-11 16:10:22 +01:00
David Karlsson 6e4790e291 chore: rewrite links from index.md to _index.md
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-10 16:54:06 +02:00
David Karlsson 656d1a871c chore: add navigation stubs, weights
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-09 11:24:49 +02:00
David Karlsson 135870fc13 hugo: move manuals content to /manuals section
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-09 10:51:09 +02:00