Skip to main content

Prerequisites

  1. Visit Docker Documentation.
  2. Navigate to Product ManualDocker Enterprise.
  3. Select Universal Control PlaneAdministration.
  4. In the left menu, click Install and review System Requirements.
Ensure all required network ports are open before proceeding. See Network Ports.

System Requirements

Software

Hardware (Minimum)

The image shows a webpage from Docker documentation detailing the minimum and recommended system requirements for Docker Enterprise, including RAM, CPU, and disk space specifications for manager and worker nodes.
Docker Engine is already installed and the host meets these specs, so we’ll skip custom volume configuration (step 3 in the guide).

Installation Steps

  1. Pull the UCP image (e.g., version 3.2.6):
  2. Run the installer container (replace <node-ip-address> with your manager’s private IP):
  3. When prompted:
    • Enter Admin Username (e.g., yogeshraheja)
    • Set and confirm Admin Password
    • Press Enter if no additional aliases (SANs) are needed

Example Installation Output

This will take several minutes as UCP deploys both Swarm and Kubernetes orchestrators.

Accessing the UCP Console

  1. Open https://<public-ip> in your browser.
  2. Sign in using your admin credentials.
  3. Upload your Docker Enterprise license (downloadable from your Docker Hub account).
Once logged in, the UCP dashboard displays six main sections:
The image shows a Docker Enterprise Universal Control Plane dashboard, displaying the status of manager and worker nodes, along with CPU, memory, and disk usage statistics.
Navigate to Shared Resources → Nodes to view cluster membership. Initially, only the manager node appears.
The image shows a Docker Enterprise Universal Control Plane dashboard with details of a single node, including its status, type, role, address, and resource usage. The sidebar includes options for managing resources like collections, stacks, containers, and nodes.
The Workers count should be zero, confirming no worker nodes have joined.

Watch Video