Merge pull request #7694 from gonzalo-contador/patch-7

Update install-offline.md
This commit is contained in:
Maria Bermudez 2018-12-27 15:25:09 -08:00 committed by GitHub
commit c2a78f59b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -25,6 +25,13 @@ Use a computer with internet access to download a package with all DTR images:
$ wget <package-url> -O dtr.tar.gz $ wget <package-url> -O dtr.tar.gz
``` ```
### Download a specific version
```
$ wget https://packages.docker.com/caas/dtr_images_2.3.9.tar.gz -O dtr_2.3.9.tar.gz
```
Now that you have the package in your local machine, you can transfer it to Now that you have the package in your local machine, you can transfer it to
the machines where you want to install DTR. the machines where you want to install DTR.