What are the Docker requirements on the deployment host when deploying NODE?
All Supported Releases
Below are the steps to fulfill the Docker requirements on the deployment host prior to the NODE deployment:
sudo dnf install -y dnf-utils
sudo dnf install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
systemctl start docker
systemctl enable docker