ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 170 - DCA discussion

Report
Export

Is this a way to configure the Docker engine to use a registry without a trusted TLS certificate?

Solution: List insecure registries in the 'daemon.json configuration file under the \insecure-registries' key.

A.

Yes

Answers
A.

Yes

B.

No

Answers
B.

No

Suggested answer: A

Explanation:

Docker allows the use of insecure registries through a specific configuration in the Docker daemon. By listing the insecure registries in the 'daemon.json' configuration file under the 'insecure-registries' key, Docker can interact with these registries even without a trusted TLS certificate1. This is particularly useful when setting up a private Docker registry1. However, it's important to note that this configuration bypasses the security provided by TLS, and should be used with caution1.

asked 08/11/2024
Eduardo Efren Flores Riofrio
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first