Update instructions to install specific version

Issue #6758
This commit is contained in:
Giovanne Afonso 2018-05-24 18:41:25 -03:00 committed by Joao Fernandes
parent c9e06d476f
commit 0468b532c5
1 changed files with 3 additions and 3 deletions

View File

@ -260,9 +260,9 @@ the repository.
``` ```
b. Install a specific version by its fully qualified package name, which is b. Install a specific version by its fully qualified package name, which is
the package name (`docker-ce`) plus the version string (2nd column) up to the package name (`docker-ce`) plus the version string (2nd column),
the first hyphen, separated by a an equals sign (`=`), for example, separated by a an equals sign (`=`), for example,
`docker-ce=18.03.0.ce`. `docker-ce=18.03.0~ce-0~ubuntu`.
```bash ```bash
$ sudo apt-get install docker-ce=<VERSION> $ sudo apt-get install docker-ce=<VERSION>