Wha is the purpose of Docker Content Trust?
A. Signing and verification of image tags
B. Enabling mutual TLS between the Docker client and server
C. Docker registry TLS verification and encryption
D. Indicating an image on Docker Hub is an official image
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?
A. 32
B. 32 In every Kubernetes namespace
C. 64 for every service routing to pods on this node
D. 64
A server is running low on disk space. What command can be used to check the disk usage of images, containers, and volumes for Docker engine?
A. 'docker system df'
B. 'docker system prune'
C. 'docker system free'
D. 'docker system ps'
Will this action upgrade Docker Engine CE to Docker Engine EE? Solution: Delete '/var/lib/docker' directory.
A. Yes
B. No
The Kubernetes yaml shown below describes a networkPolicy.

Will the networkPolicy BLOCK this traffic?
Solution: a request issued from a pod lacking the tier: api label, to a pod bearing the tier:
backend label
A. Yes
B. No
One of several containers in a pod is marked as unhealthy after failing its livenessProbe many times. Is this the action taken by the orchestrator to fix the unhealthy container? Solution: The unhealthy container is restarted.
A. Yes
B. No
Will this command list all nodes in a swarm cluster from the command line?
Solution: 'docker node Is'
A. Yes
B. No
Following the principle of least privilege, which of the following methods can be used to securely grnt access to the specific user to communicate to a Docker engine? (Choose two.)
A. Utilize the '--host 0.0.0.0:2375' option to the Docker daemon to listen on port 2375 over TCP on all interfaces
B. Utilize openssl to create TLS client and server certificates, configuring the Docker engine to use with mutual TLS over TCP.
C. Utilize the '--host 127.0.0.1:2375' option to the Docker daemon to listen on port 2375 over TCP on localhost
D. Give the user root access to the server to allow them to run Docker commands as root.
Will this command display a list of volumes for a specific container? Solution: docker volume inspect nginx'
A. Yes
B. No
A user's attempts to set the system time from inside a Docker container are unsuccessful. Could this be blocking this operation?
Solution: SELinux A. Yes
B. No