File tree 1 file changed +10
-0
lines changed
engine/installation/linux/docker-ee
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -255,6 +255,16 @@ If you cannot use the official Docker repository to install Docker EE, you can
255
255
download the `.rpm` file for your release and install it manually. You will
256
256
need to download a new file each time you want to upgrade Docker EE.
257
257
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
+
258
268
1. Go to the Docker EE repository URL associated with your
259
269
trial or subscription in your browser. Go to
260
270
`rhel/7/x86_64/stable-{{ minor-version }}/Packages` and download the `.rpm`
You can’t perform that action at this time.
0 commit comments