Skip to content

Extra package requirements for RHEL #4529

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 7, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions engine/installation/linux/docker-ee/rhel.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,16 @@ If you cannot use the official Docker repository to install Docker EE, you can
download the `.rpm` file for your release and install it manually. You will
need to download a new file each time you want to upgrade Docker EE.

1. Enable the `extras` RHEL repository. This ensures access to the
`container-selinux` package which is required by `docker-ee`.

```bash
$ sudo yum-config-manager --enable rhel-7-server-extras-rpms
```

Alternately, obtain that package manually from Red Hat.
There is no way to publicly browse this repository.

1. Go to the Docker EE repository URL associated with your
trial or subscription in your browser. Go to
`rhel/7/x86_64/stable-{{ minor-version }}/Packages` and download the `.rpm`
Expand Down