Question 11

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

    Is this a function of UCP?
    Solution: scans images to detect any security vulnerability
  • Question 13

    A users attempts to set the system time from inside a Docker container are unsuccessful. Could this be blocking this operation?
    Solution: Linux capabilities
  • Question 14

    Your organization has a centralized logging solution, such as Splunk.
    Will this configure a Docker container to export container logs to the logging solution?
    Solution: Set the log-driver and log-oPt keys to values for the logging solution (Splunk) In the daemon.json file.
  • Question 15

    Which statement is correct about cluster management in Docker Enterprise Edition 3.x?