mirror of https://github.com/docker/docs.git
parent
c9e06d476f
commit
0468b532c5
|
@ -260,9 +260,9 @@ the repository.
|
|||
```
|
||||
|
||||
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 first hyphen, separated by a an equals sign (`=`), for example,
|
||||
`docker-ce=18.03.0.ce`.
|
||||
the package name (`docker-ce`) plus the version string (2nd column),
|
||||
separated by a an equals sign (`=`), for example,
|
||||
`docker-ce=18.03.0~ce-0~ubuntu`.
|
||||
|
||||
```bash
|
||||
$ sudo apt-get install docker-ce=<VERSION>
|
||||
|
|
Loading…
Reference in New Issue