...
Info |
---|
These instructions assume Swarm packages the Swarm zip file- downloaded from here- that looks like |
Install the EPEL release.
Download the latest EPEL package.
Code Block language bash curl -fLO https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
Install the downloaded RPM.
Code Block language bash yum install -y epel-release-latest-7.noarch.rpm
If running Red Hat, enable the server extras repository.
Code Block language bash subscription-manager repos --enable=rhel-7-server-extras-rpms
Copy '/root/datacore/Swarm-<version>/SCS/podman-packages-scs-<version>.tar’ and place it into the folder ‘/root/datacore’.
Code Block cp /root/datacore/Swarm-<version>/SCS/podman-packages-scs-<version>.tar /root/datacore/
Extract the file ‘podman-packages-scs-<version>.tar’.
Code Block language bash tar xvfcd /root/datacore/ tar xvf podman-packages-scs-<version>.tar
...