mirror of https://github.com/docker/docs.git
Update index.md (#2650)
This commit is contained in:
parent
cff050336f
commit
dfeb4fdaa2
|
@ -20,17 +20,17 @@ Docker Engine to run.
|
|||
|
||||
For each host that you plan to manage with UCP:
|
||||
|
||||
1. Log in into that host using ssh.
|
||||
1. Log in to that host using ssh.
|
||||
2. Install Docker Engine 1.13:
|
||||
|
||||
```bash
|
||||
curl -SLf https://packages.docker.com/1.13/install.sh | sh
|
||||
```
|
||||
|
||||
[You can also install Docker Engine using a package manager](/cs-engine/1.13/index.md)
|
||||
[You can also install Docker Engine using a package manager](/cs-engine/1.13/index.md).
|
||||
|
||||
Make sure you install the same Docker Engine version on all the nodes. Also,
|
||||
if you're creating virtual machine templates with Docker Engine already
|
||||
if you're creating virtual machine templates with Docker Engine already
|
||||
installed, make sure the `/etc/docker/key.json` file is not included in the
|
||||
virtual machine image. When provisioning the virtual machine, restart the Docker
|
||||
daemon to generate a new `/etc/docker/key.json` file.
|
||||
|
@ -55,7 +55,7 @@ manage UCP.
|
|||
|
||||
To install UCP:
|
||||
|
||||
1. Use ssh to log in into the host where you want to install UCP.
|
||||
1. Use ssh to log in to the host where you want to install UCP.
|
||||
|
||||
2. Run the following command:
|
||||
|
||||
|
@ -79,7 +79,7 @@ To install UCP:
|
|||
## Step 5: License your installation
|
||||
|
||||
Now that UCP is installed, you need to license it. In your browser, navigate
|
||||
to the UCP web UI, login with your administrator credentials and upload your
|
||||
to the UCP web UI, log in with your administrator credentials and upload your
|
||||
license.
|
||||
|
||||
{: .with-border}
|
||||
|
@ -103,7 +103,7 @@ the **Resources** page, and go to the **Nodes** section.
|
|||
|
||||
{: .with-border}
|
||||
|
||||
Click the **Add Node button** to add a new node.
|
||||
Click the **Add Node** button to add a new node.
|
||||
|
||||
{: .with-border}
|
||||
|
||||
|
@ -116,7 +116,7 @@ Set the 'Use a custom advertise address' option if you want to customize the
|
|||
network and port this node will advertise to other swarm members so that they
|
||||
can reach it.
|
||||
|
||||
For each manager node that you want to join to UCP, login into that
|
||||
For each manager node that you want to join to UCP, log in to that
|
||||
node using ssh, and run the join command that is displayed on UCP.
|
||||
|
||||
{: .with-border}
|
||||
|
|
Loading…
Reference in New Issue