ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 79 - DCA discussion

Report
Export

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: Provision a Docker config object for each environment.

A.

Yes

Answers
A.

Yes

B.

No

Answers
B.

No

Suggested answer: A

Explanation:

= Provisioning a Docker config object for each environment is a way to provision configuration to containers at runtime. Docker configs allow services to adapt their behaviour without the need to rebuild a Docker image. Services can only access configs when explicitly granted by a configs attribute within the services top-level element.As with volumes, configs are mounted as files into a service's container's filesystem1.Docker configs are supported on both Linux and Windows services2.Reference:Docker Documentation,Configs top-level element

asked 08/11/2024
Gerrit Struik
54 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first