ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 112 - DCA discussion

Report
Export

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

Solution. Set and export the IGNORE_TLS environment variable on the command line.

A.

Yes

Answers
A.

Yes

B.

No

Answers
B.

No

Suggested answer: B

Explanation:

= Setting and exporting the IGNORE_TLS environment variable on the command line is not a way to configure the Docker engine to use a registry without a trusted TLS certificate.This environment variable is not recognized by Docker and has no effect on the TLS verification process1.To use a registry without a trusted TLS certificate, you need to either add the certificate to the system or Docker-specific trust store, or configure the Docker daemon to allow insecure registries23.Reference:

Environment variables | Docker Docs

Verify repository client with certificates | Docker Docs

Test an insecure registry | Docker Docs

asked 08/11/2024
Geetanjali Singh
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first