File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ all the images. Then you copy that package to the host where you’ll install UC
23
23
24
24
1 . Get the UCP package.
25
25
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 :
28
28
29
29
``` 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
31
31
```
32
32
33
33
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
37
37
for this:
38
38
39
39
```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
41
41
```
42
42
43
43
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
49
49
were you are going to install UCP, run:
50
50
51
51
```bash
52
- $ docker load < ucp-1.1.2_dtr-2.0.2 .tar.gz
52
+ $ docker load < docker-datacenter .tar.gz
53
53
```
54
54
55
55
5. Install Docker UCP.
You can’t perform that action at this time.
0 commit comments