Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9fbde5 commit 60a1b6cCopy full SHA for 60a1b6c
installation/install-offline.md
@@ -37,7 +37,7 @@ all the images. Then you copy that package to the host where you’ll install UC
37
for this:
38
39
```bash
40
- $ scp ucp-1.1.1_dtr-2.0.1.tar.gz $USER@$UCP_HOST:/tmp
+ $ scp ucp-1.1.2_dtr-2.0.2.tar.gz $USER@$UCP_HOST:/tmp
41
```
42
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
were you are going to install UCP, run:
50
51
52
- $ docker load < /tmp/ucp-1.1.1_dtr-2.0.1.tar.gz
+ $ docker load < ucp-1.1.2_dtr-2.0.2.tar.gz
53
54
55
5. Install Docker UCP.
0 commit comments