DCA Exam Question 31

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

    Will this configuration achieve fault tolerance for managers in a swarm?
    Solution: an odd number of manager nodes, totaling more than two
  • DCA Exam Question 33

    Will this command display a list of volumes for a specific container?
    Solution: 'docker container inspect nginx'
  • DCA Exam Question 34

    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 35

    Is this a Linux kernel namespace that is disabled by default and must be enabled at Docker engine runtime to be used?
    Solution: net