From 75e2a1df2c37705f49319cd32bc3b8d87300b1cc Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Wed, 26 Oct 2016 20:50:47 -0700 Subject: [PATCH] Update installing_docker.md --- docs/installing_docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installing_docker.md b/docs/installing_docker.md index 384f15676..3d671eb7b 100644 --- a/docs/installing_docker.md +++ b/docs/installing_docker.md @@ -1,7 +1,7 @@ # Installing Docker Follow the [Official Guide](https://docs.docker.com/engine/installation). Googlers: [go/installdocker](https://goto.google.com/installdocker). -([Why Docker?](faq.md#why-do-you-use-docker)) +[Why Docker?](faq.md#why-do-you-use-docker) *NOTE: if you want to run `docker` without `sudo` also follow the optional [Create a docker group](https://docs.docker.com/engine/installation/linux/ubuntulinux/#/create-a-docker-group) section.*