Set up the repository¶
To install MCR using the Mirantis repository, you must first set up the repository on the host machine.
Note
MCR supports Red Hat Enterprise Linux (RHEL) on the x86_64 platform.
Create or modify the /etc/yum.repos.d/docker-ee.repo
file to contain
the following:
[mirantis]
name=Mirantis Container Runtime
baseurl=https://repos.mirantis.com/rhel/$releasever/$basearch/stable-25.0
enabled=1
gpgcheck=1
gpgkey=https://repos.mirantis.com/rhel/gpg
module_hotfixes=true
Note
$releasever
and $basearch
are repo variables
that must be placed into the /etc/yum.repos.d/docker-ee.repo
file
exactly as written.