Update centos.md (#6300)

* Update centos.md

Text doesnt match version from command output

* Update centos.md
This commit is contained in:
ksabhnan 2018-04-02 11:55:31 -05:00 committed by Joao Fernandes
parent 71471c54a4
commit eec7887351
1 changed files with 2 additions and 2 deletions

View File

@ -161,7 +161,7 @@ from the repository.
```bash
$ yum list docker-ce --showduplicates | sort -r
docker-ce.x86_64 {{ site.docker_ce_stable_version }}.ce-1.el7.centos docker-ce-stable
docker-ce.x86_64 {{ site.docker_ce_stable_version }}.0.ce-1.el7.centos docker-ce-stable
```
The contents of the list depend upon which repositories are enabled, and
@ -175,7 +175,7 @@ from the repository.
> **Note**: The version string is the package name plus the version up to
> the first hyphen. In the example above, the fully qualified package name
> is `docker-ce-17.06.1.ce`.
> is `docker-ce-18.03.0.ce`.
```bash
$ sudo yum install <FULLY-QUALIFIED-PACKAGE-NAME>