Fixes docs url for offline install

fixes #1466
This commit is contained in:
Joao Fernandes 2016-05-03 15:08:21 -07:00
parent f6126acf2b
commit 1d40a5ab9c
2 changed files with 25 additions and 23 deletions

View File

@ -21,36 +21,36 @@ computer that is connected to the internet to download a single package with
all the images. Then you copy that package to the host where youll install UCP. all the images. Then you copy that package to the host where youll install UCP.
## Step 1. Download UCP 1. Get the UCP package.
Use a computer with internet access to download a single package with all UCP Use a computer with internet access to download a single package with all UCP
images. As an example, to download UCP 1.1, run: images. As an example, to download UCP 1.1, run:
```bash ```bash
$ wget https://packages.docker.com/ucp/1.0/ucp-1.1.tar $ wget https://packages.docker.com/caas/ucp-1.1.0_dtr-2.0.0.tar.gz
``` ```
## Step 2. Transfer UCP 2. Transfer the package to the offline node.
Now that you have the UCP package in your machine, you can transfer it to the Now that you have the UCP package in your machine, you can transfer it to the
host where you'll be installing Docker UCP. You can use the Secure Copy command host where you'll be installing Docker UCP. You can use the Secure Copy command
for this: for this:
```bash ```bash
$ scp ./ucp-1.1.tar user@ucp-host:/tmp $ scp ./ucp-1.1.0_dtr-2.0.0.tar.gz user@ucp-host:/tmp
``` ```
## Step 3. Load the UCP images 3. Load the UCP images.
Once the UCP package is transferred to the host, you can use the `docker load` Once the UCP package is transferred to the host, you can use the `docker load`
command, to load the images from the tar archive. On the host were you are command, to load the images from the tar archive. On the host were you are
going to install UCP, run: going to install UCP, run:
```bash ```bash
$ docker load < /tmp/ucp-1.1.tar $ docker load < /tmp/ucp-1.1.0_dtr-2.0.0.tar.gz
``` ```
## Step 4. Install Docker UCP 4. Install Docker UCP.
Now that the offline host has all the images needed to install UCP, Now that the offline host has all the images needed to install UCP,
you can [install Docker UCP that machine](install-production.md). you can [install Docker UCP that machine](install-production.md).

View File

@ -14,6 +14,8 @@ weight=110
## Version 1.1.0 ## Version 1.1.0
(4 May 2016)
**Features** **Features**
* Core * Core