Can this be used to schedule containers to meet the security policy requirements?

A company's security policy specifies that development and production containers must run on separate nodes in a given Swarm cluster. Can this be used to schedule containers to meet the security policy requirements? Solution: label contraintsA . YesB . NoView AnswerAnswer: B

October 9, 2021 No Comments READ MORE +

Does this describe the role of Control Groups (cgroups) when used with a Docker container?

Does this describe the role of Control Groups (cgroups) when used with a Docker container? Solution: accounting and limiting of resourcesA . YesB . NoView AnswerAnswer: B

October 9, 2021 No Comments READ MORE +

Is this a correct statement about how this service routes requests?

The Kubernetes yaml shown below describes a clusterIP service. Is this a correct statement about how this service routes requests? Solution: Traffic sent to the IP of this service on port 8080 will be routed to port 80 in a random pod with the label aPP: nginx.A . YesB ....

October 9, 2021 No Comments READ MORE +

In Docker Trusted Registry, how would a user prevent an image, for example 'nginx:latest' from being overwritten by another user with push access to the repository?

In Docker Trusted Registry, how would a user prevent an image, for example 'nginx:latest' from being overwritten by another user with push access to the repository?A . Tag the image with 'nginx:immutable'B . Remove push access from all other users.C . Use the DTR web UI to make the tag...

October 8, 2021 No Comments READ MORE +

Which of the following commands starts a Redis container and configures it to always restart unless it is explicitly stopped or Docker is restarted?

Which of the following commands starts a Redis container and configures it to always restart unless it is explicitly stopped or Docker is restarted?A . 'docker run -d --restart-policy unless-stopped redis'B . 'docker run -d --restart omit-stopped redis'C . 'docker run -d --restart unless-stopped redis'D . 'docker run -d --failure...

October 8, 2021 No Comments READ MORE +

Will this action upgrade Docker Engine CE to Docker Engine EE?

Will this action upgrade Docker Engine CE to Docker Engine EE? Solution: Uninstall 'docker-ce' package before installing 'docker-ee' package.A . YesB . NoView AnswerAnswer: A

October 8, 2021 No Comments READ MORE +

Is this a function of UCP?

Is this a function of UCP? Solution: enforces the deployment of signed images to the clusterA . YesB . NoView AnswerAnswer: B

October 8, 2021 No Comments READ MORE +

Is this a Linux kernel namespace that is disabled by default and must be enabled at Docker engine runtime to be used?

Is this a Linux kernel namespace that is disabled by default and must be enabled at Docker engine runtime to be used? Solution: userA . YesB . NoView AnswerAnswer: A

October 8, 2021 No Comments READ MORE +

Which 'docker run' flag lifts cgroup limitations?

Which 'docker run' flag lifts cgroup limitations?A . 'docker run --isolation'B . 'docker run --cap-drop'C . 'docker run --privileged'D . 'docker run --cpu-period'View AnswerAnswer: C

October 8, 2021 No Comments READ MORE +

Wha is the purpose of Docker Content Trust?

Wha is the purpose of Docker Content Trust?A . Signing and verification of image tagsB . Enabling mutual TLS between the Docker client and serverC . Docker registry TLS verification and encryptionD . Indicating an image on Docker Hub is an official imageView AnswerAnswer: A

October 7, 2021 No Comments READ MORE +