DCA Exam Question 36

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

    You created a new service named 'http' and discover it is not registering as healthy. Will this command enable you to view the list of historical tasks for this service?
    Solution: 'docker service inspect http'
  • DCA Exam Question 38

    Will this command ensure that overlay traffic between service tasks is encrypted?
    Solution: docker service create --network --secure
  • DCA Exam Question 39

    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'
  • DCA Exam Question 40

    Will this command display a list of volumes for a specific container?
    Solution: 'docker container inspect nginx'