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
This commit is contained in:
Allie Sadler 2024-10-24 16:12:36 +01:00 committed by GitHub
parent 6d320898d5
commit cb2ded3932
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 13 additions and 18 deletions

View File

@ -5,14 +5,14 @@ keywords: red hat, red hat enterprise linux, rhel, rpm,
desktop, docker desktop, docker desktop for linux, dd4l
title: Install Docker Desktop on RHEL
linkTitle: RHEL
sitemap: false
download-url-base: https://download.docker.com/linux/rhel
params:
sidebar:
badge:
color: green
text: New
---
{{% restricted title="Early Access" %}}
Docker Desktop on RHEL is in [Early Access](/manuals/release-lifecycle.md).
{{% /restricted %}}
> **Docker Desktop terms**
>
> Commercial use of Docker Desktop in larger enterprises (more than 250
@ -27,6 +27,7 @@ To install Docker Desktop successfully, you must:
- Meet the [general system requirements](_index.md#general-system-requirements).
- Have a 64-bit version of either RHEL 8 or RHEL 9.
- Have a [Docker account](/manuals/accounts/create-account.md), as authentication is required for Docker Desktop on RHEL.
If you don't have `pass` installed, or it can't be installed, you must enable
[CodeReady Linux Builder (CRB) repository](https://access.redhat.com/articles/4348511)
@ -90,7 +91,7 @@ To install Docker Desktop on RHEL:
$ sudo dnf config-manager --add-repo {{% param "download-url-base" %}}/docker-ce.repo
```
2. Download the latest RPM package.
2. Download the latest [RPM package](https://desktop.docker.com/linux/main/amd64/docker-desktop-x86_64.rpm?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-linux-amd64).
3. Install the package with dnf as follows:
@ -114,7 +115,11 @@ The post-install script:
{{< include "desktop-linux-launch.md" >}}
>**Tip**
> [!IMPORTANT]
>
> After launching Docker Desktop for RHEL, you must sign in to your Docker account to start using Docker Desktop.
> [!TIP]
>
> To attach Red Hat subscription data to containers, see [Red Hat verified solution](https://access.redhat.com/solutions/5870841).
>

View File

@ -49,13 +49,11 @@ through Docker Desktop. For instructions on how to install Docker Desktop, see:
| [Debian](debian.md) | ✅ | ✅ | ✅ | ✅ | |
| [Fedora](fedora.md) | ✅ | ✅ | | ✅ | |
| [Raspberry Pi OS (32-bit)](raspberry-pi-os.md) | | | ✅ | | |
| [RHEL](rhel.md) | 🚧 | 🚧 | | | ✅ |
| [RHEL](rhel.md) | ✅ | ✅ | | | ✅ |
| [SLES](sles.md) | | | | | ✅ |
| [Ubuntu](ubuntu.md) | ✅ | ✅ | ✅ | ✅ | ✅ |
| [Binaries](binaries.md) | ✅ | ✅ | ✅ | | |
🚧 = Experimental
### Other Linux distros
> [!NOTE]

View File

@ -18,14 +18,6 @@ aliases:
download-url-base: https://download.docker.com/linux/rhel
---
{{% experimental %}}
Support for Docker Engine on RHEL x86_64 and aarch64 is experimental.
{{% /experimental %}}
{{% restricted title="Docker Desktop for Linux is also available for RHEL." %}}
To get access, join the [Early Access Program](https://www.docker.com/docker-desktop-preview-program/).
{{% /restricted %}}
To get started with Docker Engine on RHEL, make sure you
[meet the prerequisites](#prerequisites), and then follow the
[installation steps](#installation-methods).