DCA Exam Question 1
The following health check exists in a Dockerfile:
'HEALTCHECK
CMD curl --fail http://localhost/health || exit 1'
Which of the following describes its purpose?
'HEALTCHECK
CMD curl --fail http://localhost/health || exit 1'
Which of the following describes its purpose?
DCA Exam Question 2
Which of the following commands wifi automatically create a volume when a container is started?
DCA Exam Question 3
Is this the purpose of Docker Content Trust?
Solution: Verify and encrypt Docker registry TLS.
Solution: Verify and encrypt Docker registry TLS.
DCA Exam Question 4
A Kubernetes node is allocated a /26 CIDR block (64 unique IPs) for its address space.
If every pod on this node has exactly two containers in it, how many pods can this address space support on this node?
If every pod on this node has exactly two containers in it, how many pods can this address space support on this node?
DCA Exam Question 5
A users attempts to set the system time from inside a Docker container are unsuccessful. Could this be blocking this operation?
Solution: Linux capabilities
Solution: Linux capabilities
