From 56e8e374876dfcf9b561fe7fb2c4877632772573 Mon Sep 17 00:00:00 2001 From: Wisawa Ploypradub <30549466+romeos25@users.noreply.github.com> Date: Sun, 10 Mar 2019 00:14:18 +0700 Subject: [PATCH] Add instruction of installation docker for CentOS (#32449) --- guide/english/docker/index.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/guide/english/docker/index.md b/guide/english/docker/index.md index c565018eb2..b9e6b4b448 100644 --- a/guide/english/docker/index.md +++ b/guide/english/docker/index.md @@ -21,9 +21,13 @@ One of Docker's biggest advantages is that it can be used by a team using differ * RedHat: `yum install docker-ce` -* Windows / macOS: [Download](https://www.docker.com/get-started) +* Windows: [Download](https://store.docker.com/editions/community/docker-ce-desktop-windows) -* Linux: +* MacOS: [Download](https://store.docker.com/editions/community/docker-ce-desktop-mac) + +* Linux: `sudo apt-get install docker-ce` + +* CentOS: [Instruction](https://docs.docker.com/install/linux/docker-ce/centos/#uninstall-old-versions) ``` curl -fsSL https://get.docker.com -o get-docker.sh