Question 66

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

    Does this describe the role of Control Groups (cgroups) when used with a Docker container?
    Solution: role-based access control to clustered resources
  • Question 68

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

    Which statement is true about DTR garbage collection?
  • Question 70

    Does this command create a swarm service that only listens on port 53 using the UDP protocol?
    Solution. 'docker service create -name dns-cache -p 53:53 -udp dns-cache'