From a49613b83a23c38f0b44b441355809f60d3988f5 Mon Sep 17 00:00:00 2001 From: Maria Bermudez Date: Tue, 25 Sep 2018 08:40:53 -0700 Subject: [PATCH] Update install-script.md Update link to Docker Daemon Attack Surface --- _includes/install-script.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/install-script.md b/_includes/install-script.md index 7c3c531fbc..08e24fbf63 100644 --- a/_includes/install-script.md +++ b/_includes/install-script.md @@ -57,7 +57,7 @@ Remember to log out and back in for this to take effect! > > Adding a user to the "docker" group grants the ability to run containers > which can be used to obtain root privileges on the docker host. Refer to -> https://docs.docker.com/engine/security/security/#docker-daemon-attack-surface +> [Docker Daemon Attack Surface](https://docs.docker.com/engine/security/security/#docker-daemon-attack-surface) > for more information. {:.warning}