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

Skip to content

Commit 60a1b6c

Browse files
author
Joao Fernandes
committed
Fixes instructions to install offline docs
1 parent a9fbde5 commit 60a1b6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installation/install-offline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.1_dtr-2.0.1.tar.gz $USER@$UCP_HOST:/tmp
40+
$ scp ucp-1.1.2_dtr-2.0.2.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 < /tmp/ucp-1.1.1_dtr-2.0.1.tar.gz
52+
$ docker load < ucp-1.1.2_dtr-2.0.2.tar.gz
5353
```
5454
5555
5. Install Docker UCP.

0 commit comments

Comments
 (0)