Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4bb2b0f

Browse files
author
Joao Fernandes
committed
Update offline install docs for DTR 2.0.3
(cherry picked from commit 4f7a1b6e54953edc77203f7751b372619dd12c50)
1 parent 74f90de commit 4bb2b0f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

installation/install-offline.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ all the images. Then you copy that package to the host where you’ll install UC
2323

2424
1. Get the UCP package.
2525

26-
Use a computer with internet access to download a single package with all UCP
27-
images. As an example, to download UCP 1.1, run:
26+
Use a computer with internet access to download a single package with all
27+
Docker Datacenter components:
2828

2929
```bash
30-
$ wget https://packages.docker.com/caas/ucp-1.1.2_dtr-2.0.2.tar.gz
30+
$ wget https://packages.docker.com/caas/ucp-1.1.2_dtr-2.0.3.tar.gz -O docker-datacenter.tar.gz
3131
```
3232

3333
2. Transfer the package to the offline node.
@@ -37,7 +37,7 @@ all the images. Then you copy that package to the host where you’ll install UC
3737
for this:
3838
3939
```bash
40-
$ scp ucp-1.1.2_dtr-2.0.2.tar.gz $USER@$UCP_HOST:/tmp
40+
$ scp docker-datacenter.tar.gz $USER@$UCP_HOST:/tmp
4141
```
4242
4343
3. Login into the host where you transferred the images.
@@ -49,7 +49,7 @@ all the images. Then you copy that package to the host where you’ll install UC
4949
were you are going to install UCP, run:
5050
5151
```bash
52-
$ docker load < ucp-1.1.2_dtr-2.0.2.tar.gz
52+
$ docker load < docker-datacenter.tar.gz
5353
```
5454
5555
5. Install Docker UCP.

0 commit comments

Comments
 (0)