From eec788735167bac943e9a088f7301397e20e8d3e Mon Sep 17 00:00:00 2001 From: ksabhnan Date: Mon, 2 Apr 2018 11:55:31 -0500 Subject: [PATCH] Update centos.md (#6300) * Update centos.md Text doesnt match version from command output * Update centos.md --- install/linux/docker-ce/centos.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/linux/docker-ce/centos.md b/install/linux/docker-ce/centos.md index 3b2089f7e3..f60b6c82c0 100644 --- a/install/linux/docker-ce/centos.md +++ b/install/linux/docker-ce/centos.md @@ -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