Below are the ways to prevent Data leaks from the container
- Run containers with non-root user.
- Secure the container host. Containers should be hosted in a container-focused OS.
- Secure the networking environment. (should not be accessible to unauthorized users)
- Secure your management stack.
- Build on a secure foundation. (everything should be on top of secured environment)
- Secure your build pipeline. (the particular image/container in the pipeline should be secured)
- Secure your application.
No comments:
Post a Comment