In Cloud Native Security, four layers are identified:
These are the security features that Docker uses under the hood.
Swarm mode
Docker Content Trust
Sign images for integrity verification
export DOCKER_CONTENT_TRUST=1
Security Scanning
Secrets
data is encrypted and stored
docker secret
To learn more about container security best practices, check out Container Best Practices.