QuestionQ412
Application Deployment and SecurityWhich two security advantages does a Docker-based application provide?
Choose two
- A natively secures access to secrets that are used by the running application
- B guarantees container images are secured and free of vulnerabilities
- C easier to patch because Docker containers include only dependencies that the application requires
- D prevents information leakage occurring when unhandled exceptions are returned in HTTP responses
- E allows for separation of applications that traditionally run on the same host
Community Discussion