From 5fa311d05ecaf83b3af7661b0a89ca2a2a0eb467 Mon Sep 17 00:00:00 2001 From: Mukesh Dasari Date: Sat, 9 Mar 2019 22:40:35 +0530 Subject: [PATCH] Updated Ubuntu installation guide (#28477) --- guide/english/docker/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guide/english/docker/index.md b/guide/english/docker/index.md index 0f0ea435367..c565018eb21 100644 --- a/guide/english/docker/index.md +++ b/guide/english/docker/index.md @@ -16,7 +16,8 @@ One of Docker's biggest advantages is that it can be used by a team using differ ### Installation -* Ubuntu: `sudo apt install docker` +* Ubuntu: [Docker on Ubuntu](https://docs.docker.com/install/linux/docker-ce/ubuntu/#install-from-a-package) + There are multiple ways to install the docker but the most convinient way is to use "Script". * RedHat: `yum install docker-ce`