QuestionQ34
Introduction to DevSecOpsEvan Peters works as a DevSecOps engineer for an IT company based in Denver, Colorado. His organization has deployed multiple applications using Docker containers. Evan has been running the SSH service inside these containers, and managing SSH keys and access policies has become a significant security concern for him.
What solution should address Evan's security concern?
- A Run SSH on the host and utilize docker exec for interacting with the container
- B Run SSH on the docker build and utilize docker exec for interacting with the container
- C Run SSH on the registry and utilize docker exec for interacting with the container
- D Run SSH on the client and utilize docker exec for interacting with the container
Community Discussion