github.com/sijibomii/docker@v0.0.0-20231230191044-5cf6ca554647/docs/security/index.md (about) 1 <!-- [metadata]> 2 +++ 3 title = "Secure Engine" 4 description = "Sec" 5 keywords = ["seccomp, security, docker, documentation"] 6 [menu.main] 7 identifier="smn_secure_docker" 8 parent= "engine_use" 9 +++ 10 <![end-metadata]--> 11 12 # Secure Engine 13 14 This section discusses the security features you can configure and use within your Docker Engine installation. 15 16 * 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. 17 18 * You can protect the Docker daemon socket and ensure only trusted Docker client connections. For more information, [Protect the Docker daemon socket](https.md) 19 20 * 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). 21 22 * 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). 23 24 * 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).