From 3daf746bca577b8afe45f2ce55bd30c9ac5df94d Mon Sep 17 00:00:00 2001 From: Harshagarwal19 <36194599+Harshagarwal19@users.noreply.github.com> Date: Fri, 1 Feb 2019 23:49:07 +0530 Subject: [PATCH] Updated 18.09 as available (#12464) --- content/en/docs/setup/cri.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/setup/cri.md b/content/en/docs/setup/cri.md index 76adce02cb..6f16f6a8f6 100644 --- a/content/en/docs/setup/cri.md +++ b/content/en/docs/setup/cri.md @@ -20,7 +20,7 @@ You may become the root user by executing `sudo -i` after SSH-ing to each host. ## Docker On each of your machines, install Docker. -Version 18.09 is recommended, but 1.11, 1.12, 1.13 and 17.03 are known to work as well. +Version 18.06 is recommended, but 1.11, 1.12, 1.13, 17.03 and 18.09 are known to work as well. Keep track of the latest verified Docker version in the Kubernetes release notes. Use the following commands to install Docker on your system: @@ -45,7 +45,7 @@ Use the following commands to install Docker on your system: stable" ## Install docker ce. -apt-get update && apt-get install docker-ce=18.09.0~ce~3-0~ubuntu +apt-get update && apt-get install docker-ce=18.06.0~ce~3-0~ubuntu # Setup daemon. cat > /etc/docker/daemon.json <