mirror of https://github.com/docker/docs.git
Fix heading levels (#4788)
There were H3 headings without parent H2 headings.
This commit is contained in:
parent
9922eec441
commit
7a71508625
|
@ -28,12 +28,12 @@ Also, make sure the hosts are running one of these operating systems:
|
|||
|
||||
[Learn more about Docker EE system requirements](../ucp/2.2/guides/admin/install/system-requirements.md).
|
||||
|
||||
### Step 1: Install Docker EE Container Engine
|
||||
## Step 1: Install Docker EE Container Engine
|
||||
|
||||
Install the Docker Enterprise Edition container engine on all hosts you want
|
||||
to manage by following [these instructions](/engine/installation/index.md).
|
||||
|
||||
### Step 2: Install Universal Control Plane
|
||||
## Step 2: Install Universal Control Plane
|
||||
|
||||
Docker Universal Control Plane (UCP) allows managing from a centralized place
|
||||
your images, applications, networks, and other computing resources.
|
||||
|
@ -56,7 +56,7 @@ for any necessary configuration values.
|
|||
>**What about Windows?** When you have UCP installed, you can
|
||||
[join Windows worker nodes to a swarm](/datacenter/ucp/2.2/guides/admin/configure/join-windows-worker-nodes/).
|
||||
|
||||
### Step 3: License your installation
|
||||
## Step 3: License your installation
|
||||
|
||||
Now that UCP is installed, you need to license it. In your browser, navigate
|
||||
to the UCP web UI, log in with your administrator credentials and upload your
|
||||
|
@ -66,7 +66,7 @@ license.
|
|||
|
||||
[Get a free trial license if you don't have one](https://store.docker.com/editions/enterprise/docker-ee-trial).
|
||||
|
||||
### Step 4: Join more nodes to UCP
|
||||
## Step 4: Join more nodes to UCP
|
||||
|
||||
Join more nodes so that you can manage them from UCP.
|
||||
Go to the UCP web UI and navigate to the **Nodes** page.
|
||||
|
@ -86,7 +86,7 @@ Copy the command to your clipboard, and run it on every node that you want
|
|||
to be managed by UCP. After you run the command in the node, the node
|
||||
will show up in the UP web UI.
|
||||
|
||||
### Step 5: Install Docker Trusted Registry
|
||||
## Step 5: Install Docker Trusted Registry
|
||||
|
||||
Docker Trusted Registry (DTR) is a private image registry so that you can
|
||||
manage who has access to your Docker images. DTR needs to be installed on
|
||||
|
|
Loading…
Reference in New Issue