DCA Exam Question 1

You want to create a container that is reachable from its host's network. Does this action accomplish this?
Solution: Use --link to access the container on the bridge network.
  • DCA Exam Question 2

    Will this Linux kernel facility limit a Docker container's access to host resources, such as CPU or memory?
    Solution: cgroups
  • DCA Exam Question 3

    Is this a supported user authentication method for Universal Control Plane?
    Solution: PAM
  • DCA Exam Question 4

    Does this describe the role of Control Groups (cgroups) when used with a Docker container?
    Solution: user authorization to the Docker API
  • DCA Exam Question 5

    Which networking drivers allow you to enable multi-host network connectivity between containers?