From 04f4cef524a418b1e90d384e6d59e025fadd707a Mon Sep 17 00:00:00 2001 From: Trapier Marshall Date: Tue, 6 Dec 2016 19:38:01 -0500 Subject: [PATCH] correct typo in engine securitydoc (#809) --- engine/security/security.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/security/security.md b/engine/security/security.md index 37d18b51ef..1972086f32 100644 --- a/engine/security/security.md +++ b/engine/security/security.md @@ -128,7 +128,7 @@ virtual network setup, filesystem management, etc. That is, most likely, pieces of the Docker engine itself will run inside of containers. Finally, if you run Docker on a server, it is recommended to run -exclusively Docker in the server, and move all other services within +exclusively Docker on the server, and move all other services within containers controlled by Docker. Of course, it is fine to keep your favorite admin tools (probably at least an SSH server), as well as existing monitoring/supervision processes, such as NRPE and collectd. @@ -267,4 +267,4 @@ pull requests, and communicate via the mailing list. * [Seccomp security profiles for Docker](../security/seccomp.md) * [AppArmor security profiles for Docker](../security/apparmor.md) * [On the Security of Containers (2014)](https://medium.com/@ewindisch/on-the-security-of-containers-2c60ffe25a9e) -* [Docker swarm mode overlay network security model](../userguide/networking/overlay-security-model.md) \ No newline at end of file +* [Docker swarm mode overlay network security model](../userguide/networking/overlay-security-model.md)