Question 6 of 135

Is this a way to configure the Docker engine to use a registry without a trusted TLS certificate?
Set and export the IGNORE_TLS environment variable on the command line.
Answer

Suggested Answer

The suggested answer is B.

Community Votes2 votes
BSuggested
100%
Question 7 of 135

Is this a way to configure the Docker engine to use a registry without a trusted TLS certificate?
Pass the ‘--insecure registry’ flag to the daemon at run time.
Answer

Suggested Answer

The suggested answer is A.

Community Votes4 votes
ASuggested
75%
B
25%
Question 8 of 135

Is this an advantage of multi-stage builds?
better logical separation of Dockerfile instructions for increased readability
Answer

Suggested Answer

The suggested answer is A.

Community Votes2 votes
ASuggested
100%
Question 9 of 135

Is this an advantage of multi-stage builds?
better caching when building Docker images
Answer

Suggested Answer

The suggested answer is B.

Community Votes4 votes
AMost voted
75%
BSuggested
25%
Question 10 of 135

You add a new user to the engineering organization in DTR.
Will this action grant them read/write access to the engineering/api repository?
Add the user directly to the list of users with read/write access under the repository’s Permissions tab.
Answer

Suggested Answer

The suggested answer is A.

Community Votes2 votes
ASuggested
100%