MultipleChoice
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'
OptionsMultipleChoice
Which of the following commands will create a swarm service which only listens on port 53 using the UDP protocol?
OptionsMultipleChoice
Which of the following commands will ensure that overlay traffic between service tasks is encrypted?
OptionsMultipleChoice
You have created a Docker bridge network on a host with three containers attached, how do you make this containers accessible outside of the host?
OptionsMultipleChoice
Will this sequence of steps completely delete an image from disk in the Docker Trusted Registry?
Solution. Delete the image and delete the image repository from Docker Trusted Registry.
OptionsMultipleChoice
An application image runs in multiple environments, with each environment using different certificates and ports. Is this a way to provision configuration to containers at runtime?
Solution: Create a Dockerfile for each environment, specifying ports and ENV variables for certificates.
OptionsMultipleChoice
When using the Docker client to push an image to a registry, what environment variable is used to instruct the client to perform signing of the image?
OptionsMultipleChoice
Which of the following is supported by control groups?
OptionsMultipleChoice
What is the purpose of a client bundle in the Universal Control Plane?
OptionsMultipleChoice
Wha is the purpose of Docker Content Trust?
Options