Fix documentation links

Signed-off-by: kizbitz <jerry.baker@docker.com>
This commit is contained in:
kizbitz 2016-01-23 06:31:19 -05:00 committed by Joao Fernandes
parent 5037bf3f37
commit b6865998a7
3 changed files with 20 additions and 20 deletions

View File

@ -11,10 +11,10 @@ weight="-100"
The following are available:
* [Release Notes](release_notes)
* [UCP Quickstart Guide](installation)
* [Key/Value Store Backends](kv_store )
* [Manually setting up a CA](certs)
* [Set up container networking with UCP](networking)
* [Set up high availability](understand_ha)
* [Work with Docker Support](support)
* [Release Notes](release_notes.md)
* [UCP Quickstart Guide](installation.md)
* [Key/Value Store Backends](kv_store.md)
* [Manually setting up a CA](certs.md)
* [Set up container networking with UCP](networking.md)
* [Set up high availability](understand_ha.md)
* [Work with Docker Support](support.md)

View File

@ -13,7 +13,7 @@ These instructions explain how to install Docker Universal Control Plane (UCP).
- [Plan your installation](#plan-your-installation)
- [Step 1: Verify you have the prerequisites](#step-1-verify-you-have-the-prerequisites)
- [Step 2: Configure your network for UCP](#step-2-configure-your-network-for-ucp)
- [Step 3: Install Docker CS Engine 1.9](#step-3-install-docker-cs-engine-1-9)
- [Step 3: Install Docker CS Engine 1.9](#step-3-install-docker-cs-engine)
- [Step 4: (optional) Create user-named volumes](#step-4-optional-create-user-named-volumes)
- [Step 5: Install the UCP controller](#step-5-install-the-ucp-controller)
- [Step 6: (optional) Add a controller replica to the UCP cluster](#step-6-optional-add-a-controller-replica-to-the-ucp-cluster)
@ -200,7 +200,7 @@ TLS for you automatically.
Finally, you can specify a different port for the Swarm manager if you need to.
Using a different port is a customization. These instructions assume you are using the default `2376` port.
## Step 3: Install Docker CS Engine 1.9
## Step 3: Install Docker CS Engine
The BETA program requires that you install the Docker CS Engine 1.9.0 or above.
Follow the instructions for your particular operating system and ensure
@ -262,7 +262,7 @@ install:
If you are installing on a cloud provider such as AWS, make sure the instance has a public IP or hostname.
![Open certs](../images/ip_cloud_provider.png)
![Open certs](images/ip_cloud_provider.png)
2. Run the `ucp` command interactively.
@ -284,14 +284,14 @@ install:
The login screen displays.
![](../images/login.png)
![](images/login.png)
5. Enter `admin` for the username along with the password you provided to the `install`.
If you didn't enter an admin password, the default password is `orca` After
you enter the correct credentials, the UCP dashboard displays.
![](../images/dashboard.png)
![](images/dashboard.png)
The dashboard shows a single node, your controller node.
@ -351,7 +351,7 @@ When you have the information you'll be prompted for, do the following to instal
Simply clicking on the nodes from the Dashboard takes you to the page. The page should display your new nodes.
![](../images/nodes.png)
![](images/nodes.png)
## Step 7: Add an Engine node to the UCP cluster
@ -388,7 +388,7 @@ When you have the information you'll be prompted for, do the following to instal
Simply clicking on the nodes from the Dashboard takes you to the page. The page should display your new nodes.
![](../images/nodes.png)
![](images/nodes.png)
## Step 8: Set up certs for the Docker CLI

View File

@ -12,7 +12,7 @@ subsystem. Along with host and bridge networks, you can now create custom
networks that encompass multiple hosts running Docker Engine. This last feature
is known as multi-host networking.
- [Understand multi-host networking and UCP](#understand-multi-host-networking-and-ucp)
- [Multi-host networking and UCP](#understand-multi-host-networking-and-ucp)
- [Prerequisites](#prerequisites)
- [Configure networking and restart the daemon](#configure-networking-and-restart-the-daemon)
- [Troubleshoot the daemon configuration](#troubleshoot-the-daemon-configuration)
@ -21,7 +21,7 @@ is known as multi-host networking.
These installation instructions were written using the Ubuntu 14.0.3 operating system. This means that the file paths and commands used in the instructions are specific to Ubuntu 14.0.3. If you are installing on another operating system, the steps are the same but your commands and paths may differ.
## Understand multi-host networking and UCP
## Multi-host networking and UCP
You create a multi-host network using the Docker client or the UCP administration console. Multi-host networks rely on the `overlay` network plugin driver. To create a network, using the CLI.
@ -42,7 +42,7 @@ Error response from daemon: failed to parse pool request for address space "Glob
If you attempt the same operation from UCP's web administration, you receive
the same error.
![Network error](../images/network_gui_error.png)
![Network error](images/network_gui_error.png)
This error returns because the networking features rely on a key-value store. In
a UCP environment, that key-value store is configured through UCP and protected
@ -91,7 +91,7 @@ If you used public IP addresses, do the following:
cloud provider's console or command line that this value is indeed the
public IP. For example, the AWS console shows these values to you:
![Open certs](../images/ip_cloud_provider.png)
![Open certs](images/ip_cloud_provider.png)
3. Note the host's IP address.
@ -114,7 +114,7 @@ certificate. To do this on Chrome:
2. In the address bar, click on the connection icon.
![Open certs](../images/browser_cert_open.png)
![Open certs](images/browser_cert_open.png)
The browser opens displays the connection information. Depending on your Chrome version the dialog may be slightly different.
@ -122,7 +122,7 @@ certificate. To do this on Chrome:
4. Open the **Details** view and scroll down to the **Subject Alternative Name** section.
![SAN](../images/browser_cert_san.png)
![SAN](images/browser_cert_san.png)
## Configure networking and restart the daemon