DCA Exam Question 46
Which command interactively monitors all container activity in the Docker engine?
DCA Exam Question 47
Two pods bear the same label, app: dev.
Will a label selector matching app: dev match both of these pods?
Will a label selector matching app: dev match both of these pods?
DCA Exam Question 48
Which of the following commands will ensure that overlay traffic between service tasks is encrypted?
DCA Exam Question 49
Is this a function of UCP?
Solution: enforces the deployment of signed images to the cluster
Solution: enforces the deployment of signed images to the cluster
DCA Exam Question 50
Will this command ensure that overlay traffic between service tasks is encrypted?
Solution: docker network create -d overlay --secure
Solution: docker network create -d overlay --secure
