mirror of https://github.com/docker/docs.git
rhel-eap (#19667)
This commit is contained in:
parent
bfa5ef2623
commit
16bc38470c
|
@ -8,6 +8,11 @@ toc_max: 4
|
||||||
download-url-base: https://download.docker.com/linux/rhel
|
download-url-base: https://download.docker.com/linux/rhel
|
||||||
---
|
---
|
||||||
|
|
||||||
|
> **Early access**
|
||||||
|
>
|
||||||
|
> Docker Desktop on RHEL is in [Early Access](../../release-lifecycle.md).
|
||||||
|
{ .experimental }
|
||||||
|
|
||||||
> **Docker Desktop terms**
|
> **Docker Desktop terms**
|
||||||
>
|
>
|
||||||
> Commercial use of Docker Desktop in larger enterprises (more than 250
|
> Commercial use of Docker Desktop in larger enterprises (more than 250
|
||||||
|
@ -16,8 +21,6 @@ download-url-base: https://download.docker.com/linux/rhel
|
||||||
|
|
||||||
This page contains information on how to install, launch and upgrade Docker Desktop on a Red Hat Enterprise Linux (RHEL) distribution.
|
This page contains information on how to install, launch and upgrade Docker Desktop on a Red Hat Enterprise Linux (RHEL) distribution.
|
||||||
|
|
||||||
{{< button text="RPM package" url="https://desktop.docker.com/linux/main/amd64/docker-desktop-4.28-x86_64-rhel.rpm?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-linux-amd64" >}}
|
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
To install Docker Desktop successfully, you must:
|
To install Docker Desktop successfully, you must:
|
||||||
|
@ -87,7 +90,7 @@ To install Docker Desktop on RHEL:
|
||||||
$ sudo dnf config-manager --add-repo {{% param "download-url-base" %}}/docker-ce.repo
|
$ sudo dnf config-manager --add-repo {{% param "download-url-base" %}}/docker-ce.repo
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Download latest [RPM package](https://desktop.docker.com/linux/main/amd64/docker-desktop-4.28-x86_64-rhel.rpm?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-linux-amd64).
|
2. Download the latest RPM package.
|
||||||
|
|
||||||
3. Install the package with dnf as follows:
|
3. Install the package with dnf as follows:
|
||||||
|
|
||||||
|
|
|
@ -1103,8 +1103,6 @@ Manuals:
|
||||||
title: Install on Ubuntu
|
title: Install on Ubuntu
|
||||||
- path: /desktop/install/debian/
|
- path: /desktop/install/debian/
|
||||||
title: Install on Debian
|
title: Install on Debian
|
||||||
- path: /desktop/install/rhel/
|
|
||||||
title: Install on RHEL {{< badge color=violet text=New >}}
|
|
||||||
- path: /desktop/install/fedora/
|
- path: /desktop/install/fedora/
|
||||||
title: Install on Fedora
|
title: Install on Fedora
|
||||||
- path: /desktop/install/archlinux/
|
- path: /desktop/install/archlinux/
|
||||||
|
|
Loading…
Reference in New Issue