What are the Docker requirements on the deployment host when deploying NODE?
search cancel

What are the Docker requirements on the deployment host when deploying NODE?

book

Article ID: 438511

calendar_today

Updated On:

Products

Network Observability

Issue/Introduction

What are the Docker requirements on the deployment host when deploying NODE?

Environment

All Supported Releases

Resolution

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