Commit Graph

55 Commits

Author SHA1 Message Date
Tiara Johnson
e7e28c4386 Update pricing url with ref and refAction params [GRO-282] (#24339)
## Description
In order to better attribute upgrade sources, we are adding two params -
`ref` and `refAction` to the existing pricing url.
The `ref` will be "Docs" and the `refAction` will be the particular docs
page from where the pricing url click is originated.

## Related issues or tickets
https://docker.atlassian.net/browse/GRO-282

## Reviews
@akristen You should see the new url params when hovering over or
clicking any of the updated pricing urls

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

---------

Co-authored-by: Alexa Kristensen <81787716+akristen@users.noreply.github.com>
2026-03-12 09:12:44 -05:00
Paweł Gronowski
55c09cc1f2 docs/engine: Remove Fedora 41 from supported versions
Fedora 41 reached its end of life on December 15, 2025.

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2026-03-12 12:45:27 +01:00
Sebastiaan van Stijn
be37c0192d engine/install: remove Ubuntu 25.04 ("plucky"), which is EOL
Ubuntu 25.04 ("plucky") reached EOL on January 15, 2026;
https://documentation.ubuntu.com/project/release-team/list-of-releases/#end-of-life

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2026-02-04 12:27:13 +01:00
Avi Vahl
91baa8dd4e docs: update dnf repo installation commands
dnf5 is used by default since Fedora 41:
https://fedoraproject.org/wiki/Releases/41/ChangeSet#Switch_to_dnf5

it comes with `config-manager` by default, albeit with slightly different cli arguments.
2025-11-20 13:24:59 +02:00
David Karlsson
99272ba7be Merge pull request #23705 from dvdksn/engine-ubuntu-apt
engine: update ubuntu installation instructions to use deb822, apt
2025-11-13 15:41:37 +01:00
David Karlsson
556eed6f35 fix: update apt source filename in ubuntu uninstall
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-11-13 15:37:07 +01:00
E Shattow
13789183d3 engine: install: debian.md update docker.list reference to docker.sources 2025-11-12 04:19:38 -08:00
David Karlsson
badf5a8ffc engine: change apt-get to apt in ubuntu install
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-11-12 09:44:39 +01:00
David Karlsson
7894596ba7 engine: use deb822 apt source format in ubuntu install
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-11-12 09:39:24 +01:00
E Shattow
42bba52f10 engine: install: debian.md suggest using apt UI
Suggest using apt for user-interactive commands:

- Replace apt-get invocation
- Replace apt-cache madison invocation
- Filter unofficial package names for removal to installed packages
2025-11-08 06:30:48 -08:00
daniel
feec8521b4 Add deb822 apt sources to install section in Debian manual (#23249)
New apt sources format
[RFC822](https://manpages.debian.org/trixie/apt/sources.list.5.en.html)

$ cat /etc/apt/sources.list.d/docker.sources 
Types: deb
URIs: https://download.docker.com/linux/debian/
Suites: trixie
Components: stable
Signed-By: /etc/apt/keyrings/docker.gpg

---------

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-11-04 08:27:25 +01:00
Paweł Gronowski
53c8232124 engine/install: Add Ubuntu 25.10
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2025-10-10 13:59:49 +02:00
Paweł Gronowski
f819659d0e Update supported distros (#23532)
<!--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

---------

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2025-10-09 13:38:52 +01:00
Paweł Gronowski
9181177b0e Clarify Raspberry Pi 32 bit deprecation (#23514)
- follow up to: https://github.com/docker/docs/pull/23489

<!--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

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2025-10-07 13:29:21 +01:00
Sebastiaan van Stijn
5b20dd9d2a Merge pull request #23491 from vvoland/new-distros
engine/install: update supported OS versions
2025-10-03 18:27:17 +02:00
Paweł Gronowski
280781f50e engine/install: update supported OS versions
Adds support for newly supported versions:
- Fedora 43
- RHEL 10

For Debian, updates version labels to reflect the new stable release cycle:
- Trixie 13 is now stable (previously testing)
- Bookworm 12 moved to oldstable
- Bullseye 11 moved to oldoldstable

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2025-10-03 12:53:29 +02:00
Paweł Gronowski
772692f0f3 engine/install: deprecate Raspberry Pi OS 32-bit (armhf) support (#23489)
Starting with Docker Engine v29, 32-bit Raspberry Pi OS (armhf) packages
will no longer be provided for new major versions.

<!--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

---------

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-10-03 11:12:59 +01:00
Austin Vazquez
58f08039d3 engine/install: add note for service start on deb flavors (#23405)
## Description

This change is to address some feedback from a Ubuntu user that
installed Docker Engine using the apt repository but had to start the
service before they were able to run containers.

While autostart is the convention on Debian systems, some users might
have this behavior disabled for more fine grained control. This change
adds a note to the installation step across all the debian flavors to
note the service should start by default with explicit instructions how
to enable the service if not.

## Related issues or tickets

<!-- Related issues, pull requests, or Jira tickets -->

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review - @vvoland
- [ ] Editorial review - @usha-mandya 
- [ ] Product review

Signed-off-by: Austin Vazquez <austin.vazquez@docker.com>
2025-09-16 09:35:38 +01:00
Paweł Gronowski
2a483c2546 engine/install: SLES no longer supported (#23310)
- see: https://github.com/docker/docker-install/pull/466

## 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

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2025-09-08 10:30:04 +01:00
Arthur
c6fe2a81f6 engine: update apache licensing (#23316)
Update licensing mentions.
2025-08-28 10:47:56 +02:00
KRBTy
19c02b48c8 Added clarification text in _index.md (#23167)
Added clarification text for the supported platforms table

## Description

The table does not only list the "supported platforms" but actually
contains links to installation procedures.
This wasn't clear enough. The clarification text verbosely states what
the user might want to do.
2025-07-29 13:24:00 +02:00
Arthur
f4ac24cacf fix: unrecognized language (#23085)
Update code fences that use a non-recognized codefence language value.

Resolves #23081.
2025-07-15 15:53:34 +02:00
Sebastiaan van Stijn
21a5f64c7f engine: install: remove Ubuntu 20.04, Fedora 40 (EOL) (#22675)
Ubuntu 20.04 and Fedora 40 reached EOL, so remove mentions of it in the
installation docs.

<!--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

---------

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-05-21 07:50:36 +01:00
ArthurFlag
7cc91f6dd0 engine: add new supported versions 2025-05-14 14:47:26 +02:00
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