Exam 200-901 | Question id=6221 | Software Development and Design |
What are two security benefits of a Docker-based application? (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 that can occur when unhandled exceptions are returned in HTTP responses | |
E. |
allows for separation of applications that traditionally run on the same host |