Release : 23.1
Follow the below steps in order to install the OPMS station:
1- Completely remove the old or existing docker installation that comes with default Cent OS7.
2- Add Docker repository
dnf config-manager --add-repo=https://download.docker.com/linux/centos/docker-ce.repo
sudo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
3- Install Docker
yum install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
4- Add Docker to start up
systemctl enable docker.service
5- Start and check Docker status
systemctl start docker
systemctl status docker
6- Check firewall status (must be running)
systemctl status firewalls
7- Set Locale
localectl set-locale LANG=en_US.UTF-8
yum remove -y docker-common
yum install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin