Skip to content

Commit 9bc472b

Browse files
author
Misty Stanley-Jones
authored
Extra package requirements for RHEL (#4529)
1 parent 2abc61b commit 9bc472b

File tree

1 file changed

+10
-0
lines changed
  • engine/installation/linux/docker-ee

1 file changed

+10
-0
lines changed

engine/installation/linux/docker-ee/rhel.md

+10
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,16 @@ If you cannot use the official Docker repository to install Docker EE, you can
255255
download the `.rpm` file for your release and install it manually. You will
256256
need to download a new file each time you want to upgrade Docker EE.
257257
258+
1. Enable the `extras` RHEL repository. This ensures access to the
259+
`container-selinux` package which is required by `docker-ee`.
260+
261+
```bash
262+
$ sudo yum-config-manager --enable rhel-7-server-extras-rpms
263+
```
264+
265+
Alternately, obtain that package manually from Red Hat.
266+
There is no way to publicly browse this repository.
267+
258268
1. Go to the Docker EE repository URL associated with your
259269
trial or subscription in your browser. Go to
260270
`rhel/7/x86_64/stable-{{ minor-version }}/Packages` and download the `.rpm`

0 commit comments

Comments
 (0)