- 'docker-ce' is not installed on App Server 2

“I’m not sure what the question is asking. I have the configuration set as follows, but it’s still not working.”

Install Docker Packages and Start Docker Service

sudo yum install -y yum-utils
sudo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
sudo yum install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
sudo systemctl start docker
sudo systemctl enable docker
sudo systemctl status docker

Hi @NEVILLKEK

Can you please share the link to the lab you are working on?