From e314b897b2902e3ae78a01e635cc62da95e443d5 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 29 Sep 2020 21:00:19 +0200 Subject: [PATCH] engine/security: remove old index page Signed-off-by: Sebastiaan van Stijn --- engine/security/index.md | 23 ----------------------- engine/security/security.md | 1 + 2 files changed, 1 insertion(+), 23 deletions(-) delete mode 100644 engine/security/index.md diff --git a/engine/security/index.md b/engine/security/index.md deleted file mode 100644 index 6856581ff4..0000000000 --- a/engine/security/index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -description: Sec -keywords: seccomp, security, docker, documentation -title: Secure Engine -redirect_from: -- /articles/security/ ---- - -This section discusses the security features you can configure and use within your Docker Engine installation. - -* You can configure Docker's trust features so that your users can push and pull trusted images. To learn how to do this, see [Use trusted images](trust/index.md) in this section. - -* You can protect the Docker daemon socket and ensure only trusted Docker client connections. For more information, [Protect the Docker daemon socket](https.md) - -* You can use certificate-based client-server authentication to verify a Docker daemon has the rights to access images on a registry. For more information, see [Using certificates for repository client verification](certificates.md). - -* You can configure secure computing mode (Seccomp) policies to secure system calls in a container. For more information, see [Seccomp security profiles for Docker](seccomp.md). - -* An AppArmor profile for Docker is installed with the official *.deb* packages. For information about this profile and overriding it, see [AppArmor security profiles for Docker](apparmor.md). - -* You can map the root user in the containers to a non-root user. See [Isolate containers with a user namespace](userns-remap.md). - -* You can also run the Docker daemon as a non-root user. See [Run the Docker daemon as a non-root user (Rootless mode)](rootless.md). \ No newline at end of file diff --git a/engine/security/security.md b/engine/security/security.md index b9bb76e87b..4c0c80ce1c 100644 --- a/engine/security/security.md +++ b/engine/security/security.md @@ -2,6 +2,7 @@ description: Review of the Docker Daemon attack surface keywords: Docker, Docker documentation, security redirect_from: +- /articles/security/ - /engine/articles/security/ - /security/security/ title: Docker security