QuestionQ412

Application Deployment and Security

Which 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
Explanation

Docker containers can be easier to patch because they contain only the dependencies required by the application. They also enable separation and isolation of applications that would traditionally run on the same host.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!