From 0811a1f2f248c61a7ffba62895fd611f0f63702e Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 11 Mar 2021 00:19:18 +0100 Subject: [PATCH] Add further links --- docs/faq.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/faq.md b/docs/faq.md index 6fb87c69..c1232932 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -168,6 +168,10 @@ With that all in mind, here are some leading thoughts. - How do I audit my container security in an on-going process (IDS, OSSEC, Apparmor, etc.) - Can I run my containers with a [non-root user setup](https://docs.docker.com/engine/security/rootless/)? +And further reading on this topic: + +- [Docker security documentation](https://docs.docker.com/engine/security/) + ## Why use the Compose specification? Every application packaged for the Co-op Cloud is described using a file format which uses the [compose specification](https://compose-spec.io/). It is important to note that we do not use the [Docker compose](https://docs.docker.com/compose/) tool itself to deploy apps using this format, instead we rely on [Docker swarm](https://docs.docker.com/engine/swarm/stack-deploy/).