Documentation Index
Fetch the complete documentation index at: https://notes.kodekloud.com/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- Visit Docker Documentation.
- Navigate to Product Manual → Docker Enterprise.
- Select Universal Control Plane → Administration.
- 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
| Requirement | Details |
|---|---|
| Docker Engine | Installed and running |
| Linux Kernel | Version ≥ 3.10 |
| Network | Static IP on the host server |
Hardware (Minimum)
| Node Type | RAM | CPU | Disk Space (Free) |
|---|---|---|---|
| Manager | 8 GB | 2 cores | ≥ 10 GB |
| Worker | 4 GB | 2 cores | ≥ 10 GB |

Hardware (Recommended for Production)
| Node Role | RAM | CPU | Disk Space |
|---|---|---|---|
| Manager (Prod) | 16 GB | 4 cores | 25–100 GB free |
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
- Pull the UCP image (e.g., version 3.2.6):
- Run the installer container (replace
<node-ip-address>with your manager’s private IP): - When prompted:
- Enter Admin Username (e.g.,
yogeshraheja) - Set and confirm Admin Password
- Press Enter if no additional aliases (SANs) are needed
- Enter Admin Username (e.g.,
Example Installation Output
Accessing the UCP Console
- Open
https://<public-ip>in your browser. - Sign in using your admin credentials.
- Upload your Docker Enterprise license (downloadable from your Docker Hub account).

| Section | Description |
|---|---|
| Admin | Manages current admin user and account settings |
| Dashboard | Cluster overview: node status, Swarm/Kubernetes workloads, resource metrics |
| Access Control | User, team, and role-based access management |
| Shared Resources | Manage nodes, containers, images, networks, and volumes |
| Kubernetes | GUI for deploying and monitoring Kubernetes workloads |
| Swarm | GUI for building and scaling Swarm services and stacks |
