Skip to content

Commit cb2ded3

Browse files
authored
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
1 parent 6d32089 commit cb2ded3

File tree

3 files changed

+13
-18
lines changed

3 files changed

+13
-18
lines changed

content/manuals/desktop/install/linux/rhel.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ keywords: red hat, red hat enterprise linux, rhel, rpm,
55
desktop, docker desktop, docker desktop for linux, dd4l
66
title: Install Docker Desktop on RHEL
77
linkTitle: RHEL
8-
sitemap: false
98
download-url-base: https://download.docker.com/linux/rhel
9+
params:
10+
sidebar:
11+
badge:
12+
color: green
13+
text: New
1014
---
1115

12-
{{% restricted title="Early Access" %}}
13-
Docker Desktop on RHEL is in [Early Access](/manuals/release-lifecycle.md).
14-
{{% /restricted %}}
15-
1616
> **Docker Desktop terms**
1717
>
1818
> Commercial use of Docker Desktop in larger enterprises (more than 250
@@ -27,6 +27,7 @@ To install Docker Desktop successfully, you must:
2727

2828
- Meet the [general system requirements](_index.md#general-system-requirements).
2929
- Have a 64-bit version of either RHEL 8 or RHEL 9.
30+
- Have a [Docker account](/manuals/accounts/create-account.md), as authentication is required for Docker Desktop on RHEL.
3031

3132
If you don't have `pass` installed, or it can't be installed, you must enable
3233
[CodeReady Linux Builder (CRB) repository](https://access.redhat.com/articles/4348511)
@@ -90,7 +91,7 @@ To install Docker Desktop on RHEL:
9091
$ sudo dnf config-manager --add-repo {{% param "download-url-base" %}}/docker-ce.repo
9192
```
9293

93-
2. Download the latest RPM package.
94+
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).
9495

9596
3. Install the package with dnf as follows:
9697

@@ -114,7 +115,11 @@ The post-install script:
114115

115116
{{< include "desktop-linux-launch.md" >}}
116117

117-
>**Tip**
118+
> [!IMPORTANT]
119+
>
120+
> After launching Docker Desktop for RHEL, you must sign in to your Docker account to start using Docker Desktop.
121+
122+
> [!TIP]
118123
>
119124
> To attach Red Hat subscription data to containers, see [Red Hat verified solution](https://access.redhat.com/solutions/5870841).
120125
>

content/manuals/engine/install/_index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,11 @@ through Docker Desktop. For instructions on how to install Docker Desktop, see:
4949
| [Debian](debian.md) ||||| |
5050
| [Fedora](fedora.md) ||| || |
5151
| [Raspberry Pi OS (32-bit)](raspberry-pi-os.md) | | || | |
52-
| [RHEL](rhel.md) | 🚧 | 🚧 | | ||
52+
| [RHEL](rhel.md) | | | | ||
5353
| [SLES](sles.md) | | | | ||
5454
| [Ubuntu](ubuntu.md) ||||||
5555
| [Binaries](binaries.md) |||| | |
5656

57-
🚧 = Experimental
58-
5957
### Other Linux distros
6058

6159
> [!NOTE]

content/manuals/engine/install/rhel.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,6 @@ aliases:
1818
download-url-base: https://download.docker.com/linux/rhel
1919
---
2020

21-
{{% experimental %}}
22-
Support for Docker Engine on RHEL x86_64 and aarch64 is experimental.
23-
{{% /experimental %}}
24-
25-
{{% restricted title="Docker Desktop for Linux is also available for RHEL." %}}
26-
To get access, join the [Early Access Program](https://www.docker.com/docker-desktop-preview-program/).
27-
{{% /restricted %}}
28-
2921
To get started with Docker Engine on RHEL, make sure you
3022
[meet the prerequisites](#prerequisites), and then follow the
3123
[installation steps](#installation-methods).

0 commit comments

Comments
 (0)