mirror of https://github.com/docker/docs.git
correct typo in engine securitydoc (#809)
This commit is contained in:
parent
51f2c18611
commit
04f4cef524
|
@ -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)
|
||||
* [Docker swarm mode overlay network security model](../userguide/networking/overlay-security-model.md)
|
||||
|
|
Loading…
Reference in New Issue