DCA Exam Question 46
Which networking drivers allow you to enable multi-host network connectivity between containers?
DCA Exam Question 47
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 containers on the bridge network
Solution: Use either EXPOSE or --publish to access the containers on the bridge network
DCA Exam Question 48
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: docker system events --filter splunk
Will this configure a Docker container to export container logs to the logging solution?
Solution: docker system events --filter splunk
DCA Exam Question 49
Which of the following is true about overlay networks?
DCA Exam Question 50
A docker service 'web' is running with a scale factor of 1 (replicas = 1).
Bob intends to use the command 'docker service update --replicas=3 web'.
Alice intends to use the command 'docker service scale web=3'.
How do the outcomes oft these two commands differ?
Bob intends to use the command 'docker service update --replicas=3 web'.
Alice intends to use the command 'docker service scale web=3'.
How do the outcomes oft these two commands differ?
