DCA Exam Question 61

A company's security policy specifies that development and production containers must run on separate nodes in a given Swarm cluster.
Can this be used to schedule containers to meet the security policy requirements?
Solution: node taints
  • DCA Exam Question 62

    In the context of a swarm mode cluster, does this describe a node?
    Solution: an instance of the Docker engine participating in the swarm
  • DCA Exam Question 63

    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 inspect http"
  • DCA Exam Question 64

    A company's security policy specifies that development and production containers must run on separate nodes in a given Swarm cluster.
    Can this be used to schedule containers to meet the security policy requirements?
    Solution: label contraints
  • DCA Exam Question 65

    You want to create a container that is reachable from its host's network.
    Does this action accomplish this?
    Solution. Use either EXPOSE or -publish to access the container on the bridge network.